YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Hate Speech Classification Model
This model is fine-tuned for hate speech classification using pre-annotated NER intent tags .
Model Details
- Model Type: bert
- Number of Labels: 2
Usage
from transformers import AutoModelForSequenceClassification, AutoTokenizer
model = AutoModelForSequenceClassification.from_pretrained("afcarvallo/hate-speech-intent-model-sbic")
tokenizer = AutoTokenizer.from_pretrained("afcarvallo/hate-speech-intent-model-sbic")
- Downloads last month
- 3