update model card README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the emotion dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,22 +47,22 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the emotion dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.2791
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 0.8887 | 0.25 | 500 | 0.4212 |
|
51 |
+
| 0.3216 | 0.5 | 1000 | 0.3192 |
|
52 |
+
| 0.2649 | 0.75 | 1500 | 0.2746 |
|
53 |
+
| 0.2535 | 1.0 | 2000 | 0.2573 |
|
54 |
+
| 0.163 | 1.25 | 2500 | 0.2157 |
|
55 |
+
| 0.1868 | 1.5 | 3000 | 0.2118 |
|
56 |
+
| 0.1258 | 1.75 | 3500 | 0.2319 |
|
57 |
+
| 0.1726 | 2.0 | 4000 | 0.1853 |
|
58 |
+
| 0.1035 | 2.25 | 4500 | 0.2146 |
|
59 |
+
| 0.1135 | 2.5 | 5000 | 0.2207 |
|
60 |
+
| 0.1117 | 2.75 | 5500 | 0.2496 |
|
61 |
+
| 0.1145 | 3.0 | 6000 | 0.2482 |
|
62 |
+
| 0.0726 | 3.25 | 6500 | 0.2654 |
|
63 |
+
| 0.0828 | 3.5 | 7000 | 0.2622 |
|
64 |
+
| 0.0817 | 3.75 | 7500 | 0.2775 |
|
65 |
+
| 0.0689 | 4.0 | 8000 | 0.2791 |
|
66 |
|
67 |
|
68 |
### Framework versions
|