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 hatespeech detection using pre annotated NER intent tags.

Model Details

  • Model Type: RoBERTa
  • Number of Labels: 2

Usage

from transformers import AutoModelForSequenceClassification, AutoTokenizer

model = AutoModelForSequenceClassification.from_pretrained("afcarvallo/hate-speech-intent-model-ihc")
tokenizer = AutoTokenizer.from_pretrained("afcarvallo/hate-speech-intent-model-ihc")
Downloads last month
27
Safetensors
Model size
109M params
Tensor type
F32
·
Inference API
Unable to determine this model's library. Check the docs .