Views
No views yet
1from transformers import pipeline
2
3pipe = pipeline(model='minuva/MiniLMv2-goemotions-v2', task='text-classification')
4pipe("I am angry")
5# [{'label': 'anger', 'score': 0.9722517132759094}]| Teacher (params) | Student (params) | Set | Score (teacher) | Score (student) |
|---|---|---|---|---|
| tasinhoque/text-classification-goemotions (355M) | MiniLMv2-goemotions-v2 (30M) | Validation | 0.514252 | 0.484898 |
| tasinhoque/text-classification-goemotions (355M) | MiniLMv2-goemotions-v2 (30M) | Test | 0.501937 | 0.486890 |