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
Safetensors
Model size
109M params
Tensor type
F32
·
Inference API
Unable to determine this model's library. Check the docs .