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