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="robo-noct/greetings")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("robo-noct/greetings")
model = AutoModelForSequenceClassification.from_pretrained("robo-noct/greetings", device_map="auto")
Quick Links

Model Trained Using AutoTrain

  • Problem type: Text Classification

Validation Metrics

loss: 1.7558108568191528

f1_macro: 0.3432320638995863

f1_micro: 0.35714285714285715

f1_weighted: 0.3432320638995863

precision_macro: 0.6085343228200372

precision_micro: 0.35714285714285715

precision_weighted: 0.6085343228200372

recall_macro: 0.35714285714285715

recall_micro: 0.35714285714285715

recall_weighted: 0.35714285714285715

accuracy: 0.35714285714285715

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

Model tree for robo-noct/greetings

Finetuned
(52)
this model