MODEL DESCRIPTION

This model was fine-tuned to classify vaccine headlines.

from transformers import pipeline

classifier = pipeline("text-classification", model="LuizNeves/DeBERTa-v3-large-vaccine")
sequence_to_classify = "São Paulo approves vaccination for children this Monday"
output = classifier(sequence_to_classify)
print(output)
Downloads last month
3
Safetensors
Model size
0.4B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support