Text Classification
Transformers
Safetensors
roberta
feature-extraction
hate-speech
text-embeddings-inference
Instructions to use ayushdh96/HateSpeech_Facebook_Fine_Tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ayushdh96/HateSpeech_Facebook_Fine_Tuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ayushdh96/HateSpeech_Facebook_Fine_Tuned")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("ayushdh96/HateSpeech_Facebook_Fine_Tuned") model = AutoModel.from_pretrained("ayushdh96/HateSpeech_Facebook_Fine_Tuned") - Notebooks
- Google Colab
- Kaggle
Ctrl+K