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