Text Classification
Transformers
Safetensors
French
English
bert
afcp
automatic_classifiers_for_peace
hatespeech
text-embeddings-inference
Instructions to use datavaluepeople/Intimidating-speech-Sahel-FR-EN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use datavaluepeople/Intimidating-speech-Sahel-FR-EN with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="datavaluepeople/Intimidating-speech-Sahel-FR-EN")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("datavaluepeople/Intimidating-speech-Sahel-FR-EN") model = AutoModelForSequenceClassification.from_pretrained("datavaluepeople/Intimidating-speech-Sahel-FR-EN") - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by andrewsutjahjo - opened
Update README.md with summary info on model.
Still to do: Add detailed information
andrewsutjahjo changed pull request status to merged