TeamResearch
commited on
Commit
•
757239c
1
Parent(s):
df1076f
update model card README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ model-index:
|
|
18 |
metrics:
|
19 |
- name: Accuracy
|
20 |
type: accuracy
|
21 |
-
value: 0.
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -28,8 +28,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
28 |
|
29 |
This model is a fine-tuned version of [j-hartmann/emotion-english-distilroberta-base](https://huggingface.co/j-hartmann/emotion-english-distilroberta-base) on the emotion dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
-
- Loss: 0.
|
32 |
-
- Accuracy: 0.
|
33 |
|
34 |
## Model description
|
35 |
|
@@ -60,14 +60,14 @@ The following hyperparameters were used during training:
|
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
62 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
|
72 |
|
73 |
### Framework versions
|
|
|
18 |
metrics:
|
19 |
- name: Accuracy
|
20 |
type: accuracy
|
21 |
+
value: 0.9444444444444444
|
22 |
---
|
23 |
|
24 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
28 |
|
29 |
This model is a fine-tuned version of [j-hartmann/emotion-english-distilroberta-base](https://huggingface.co/j-hartmann/emotion-english-distilroberta-base) on the emotion dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
+
- Loss: 0.3581
|
32 |
+
- Accuracy: 0.9444
|
33 |
|
34 |
## Model description
|
35 |
|
|
|
60 |
|
61 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
62 |
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
63 |
+
| 0.3724 | 1.0 | 1875 | 0.1799 | 0.9367 |
|
64 |
+
| 0.2118 | 2.0 | 3750 | 0.1918 | 0.9456 |
|
65 |
+
| 0.1792 | 3.0 | 5625 | 0.1791 | 0.95 |
|
66 |
+
| 0.1489 | 4.0 | 7500 | 0.1479 | 0.9489 |
|
67 |
+
| 0.1168 | 5.0 | 9375 | 0.2561 | 0.9444 |
|
68 |
+
| 0.081 | 6.0 | 11250 | 0.2863 | 0.9411 |
|
69 |
+
| 0.0521 | 7.0 | 13125 | 0.3168 | 0.9467 |
|
70 |
+
| 0.0345 | 8.0 | 15000 | 0.3581 | 0.9444 |
|
71 |
|
72 |
|
73 |
### Framework versions
|