File size: 409 Bytes
f695522 a012e44 f695522 a012e44 02cd511 a012e44 02cd511 a012e44 02cd511 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: apache-2.0
language: en
tags:
- text-classification
- pytorch
- emotion
metrics:
- accuracy, F1 score
dataset:
- emotion
---
## Training Parameters
```
learning rate: 2e-5
epochs: 40
weight decay: 0.01
batch size: 16
```
## Metrics
```
acuraccy: 0.93
macro-F1 (macro avg): 0.88
best epoch: 15
```
## Dataset:
[Twitter-Sentiment-Analysis](https://huggingface.co/nlp/viewer/?dataset=emotion).
|