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="Kaludi/autotrain-28eqp-t2e16")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("Kaludi/autotrain-28eqp-t2e16")
model = AutoModelForSequenceClassification.from_pretrained("Kaludi/autotrain-28eqp-t2e16", device_map="auto")
Quick Links

Model Trained Using AutoTrain

  • Problem type: Text Classification

Validation Metrics

loss: 0.18809613585472107

f1: 0.967032967032967

precision: 0.9617486338797814

recall: 0.9723756906077348

auc: 0.9890489344909235

accuracy: 0.9656160458452722

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