Instructions to use SotirisLegkas/binary_hate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SotirisLegkas/binary_hate with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="SotirisLegkas/binary_hate")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("SotirisLegkas/binary_hate") model = AutoModelForSequenceClassification.from_pretrained("SotirisLegkas/binary_hate") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c963c75 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3701bd14ba501856b7f7615489551d876fa61df9c631ee7cc0e9bde4f1aec059
size 3579
|