update model card README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Matthews Correlation: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -55,11 +55,11 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4536
|
22 |
+
- Matthews Correlation: 0.6174
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
+
| 0.4355 | 1.0 | 133 | 0.4116 | 0.5817 |
|
59 |
+
| 0.2367 | 2.0 | 266 | 0.4111 | 0.6028 |
|
60 |
+
| 0.1584 | 3.0 | 399 | 0.4536 | 0.6174 |
|
61 |
+
| 0.2278 | 4.0 | 532 | 0.4890 | 0.6116 |
|
62 |
+
| 0.2258 | 5.0 | 665 | 0.5586 | 0.5995 |
|
63 |
|
64 |
|
65 |
### Framework versions
|