YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Intent-type NER Model PLEAD
This model is fine-tuned for Named Entity Recognition (NER) specifically for intent type in hate speech.
Usage
from transformers import AutoModelForTokenClassification, AutoTokenizer
model = AutoModelForTokenClassification.from_pretrained("afcarvallo/roberta_plead_ner")
tokenizer = AutoTokenizer.from_pretrained('FacebookAI/xlm-roberta-large-finetuned-conll03-english')
- Downloads last month
- 12