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.4585
|
22 |
+
- Matthews Correlation: 0.6333
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
+
| 0.4797 | 1.0 | 534 | 0.4011 | 0.5519 |
|
59 |
+
| 0.4283 | 2.0 | 1068 | 0.4207 | 0.6128 |
|
60 |
+
| 0.058 | 3.0 | 1602 | 0.5122 | 0.5816 |
|
61 |
+
| 0.0678 | 4.0 | 2136 | 0.4585 | 0.6333 |
|
62 |
+
| 0.1719 | 5.0 | 2670 | 0.5723 | 0.6170 |
|
63 |
|
64 |
|
65 |
### Framework versions
|