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

Classification Model using PLEAD NER to enrich hate speech on SBIC-h dataset

This model is fine-tuned for Sequence Classification specifically enriched with intent type spans for hate speech classification task.

Usage

from transformers import AutoModelForSequenceClassification, AutoTokenizer

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