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