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 Named Entity Recognition (NER) specifically for intent detection.

Model Details

  • Model Type: bert
  • Number of Labels: 2
  • Labels: ['O', 'intent']

Usage

from transformers import AutoModelForTokenClassification, AutoTokenizer

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