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.4211
|
22 |
+
- Matthews Correlation: 0.6279
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
+
| 0.4218 | 1.0 | 133 | 0.4236 | 0.5243 |
|
59 |
+
| 0.2077 | 2.0 | 266 | 0.3970 | 0.5930 |
|
60 |
+
| 0.184 | 3.0 | 399 | 0.4211 | 0.6279 |
|
61 |
+
| 0.1807 | 4.0 | 532 | 0.4854 | 0.6197 |
|
62 |
+
| 0.1405 | 5.0 | 665 | 0.5693 | 0.5968 |
|
63 |
|
64 |
|
65 |
### Framework versions
|