SkyWater21
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,24 @@ Labels:
|
|
42 |
27: neutral
|
43 |
```
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
Evaluation results on test split of [lv_go_emotions](https://huggingface.co/datasets/SkyWater21/lv_go_emotions)
|
46 |
| |Precision|Recall|F1-Score|AUC-ROC|Support|
|
47 |
|--------------|---------|------|--------|-------|-------|
|
|
|
42 |
27: neutral
|
43 |
```
|
44 |
|
45 |
+
Training parameters:
|
46 |
+
```yaml
|
47 |
+
max_length: null
|
48 |
+
batch_size: 32
|
49 |
+
shuffle: True
|
50 |
+
num_workers: 2
|
51 |
+
pin_memory: False
|
52 |
+
drop_last: False
|
53 |
+
|
54 |
+
optimizer: adam
|
55 |
+
lr: 0.00001
|
56 |
+
weight_decay: 0
|
57 |
+
|
58 |
+
problem_type: multi_label_classification
|
59 |
+
|
60 |
+
num_epochs: 5
|
61 |
+
```
|
62 |
+
|
63 |
Evaluation results on test split of [lv_go_emotions](https://huggingface.co/datasets/SkyWater21/lv_go_emotions)
|
64 |
| |Precision|Recall|F1-Score|AUC-ROC|Support|
|
65 |
|--------------|---------|------|--------|-------|-------|
|