YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Group-type NER Model SBIC-h

This model is fine-tuned for Named Entity Recognition (NER) specifically for group detection in hate speech.

Model Details

  • Model Type: xlm-roberta
  • Number of Labels: 17

Usage

from transformers import AutoModelForTokenClassification, AutoTokenizer

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