Instructions to use eprasad/sentiment-distillation-smollm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use eprasad/sentiment-distillation-smollm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="eprasad/sentiment-distillation-smollm")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("eprasad/sentiment-distillation-smollm") model = AutoModelForSequenceClassification.from_pretrained("eprasad/sentiment-distillation-smollm") - Notebooks
- Google Colab
- Kaggle
Model Trained Using AutoTrain
- Problem type: Text Classification
Validation Metrics
loss: 0.018435794860124588
f1_macro: 0.9824361536076897
f1_micro: 0.9939879759519038
f1_weighted: 0.9941156708822703
precision_macro: 0.9705882352941176
precision_micro: 0.9939879759519038
precision_weighted: 0.9945184486620299
recall_macro: 0.9956576893052302
recall_micro: 0.9939879759519038
recall_weighted: 0.9939879759519038
accuracy: 0.9939879759519038
- Downloads last month
- 1