How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="NansK13/deberta-sent-multi")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("NansK13/deberta-sent-multi")
model = AutoModelForSequenceClassification.from_pretrained("NansK13/deberta-sent-multi", device_map="auto")
Quick Links

Model Trained by NansK13 for sentiment analysis classification

  • Problem type: Text Classification

Validation Metrics

loss: 0.35031697154045105

f1: 0.869073275862069

precision: 0.8529878371232152

recall: 0.885777045579352

auc: 0.9395007159925164

accuracy: 0.865

Downloads last month
5
Safetensors
Model size
0.2B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for NansK13/deberta-sent-multi

Finetuned
(661)
this model