Edit model card

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
2
Safetensors
Model size
435M params
Tensor type
I64
·
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.