YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Intent NER Model
This model is fine-tuned for Named Entity Recognition (NER) specifically for intent detection.
Model Details
- Model Type: xlm-roberta
- Number of Labels: 6
- Labels: ['O', 'derogation', 'animosity', 'threatening', 'hatecrime', 'comparison']
Usage
from transformers import AutoModelForTokenClassification, AutoTokenizer
model = AutoModelForTokenClassification.from_pretrained("afcarvallo/roberta_intent_type_ner_model_ihc")
tokenizer = AutoTokenizer.from_pretrained("afcarvallo/roberta_intent_type_ner_model_ihc")
- Downloads last month
- 6