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,16 +55,16 @@ 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
|
66 |
|
67 |
- Transformers 4.20.1
|
68 |
- Pytorch 1.10.0+cpu
|
69 |
-
- Datasets 2.7.
|
70 |
- Tokenizers 0.12.1
|
|
|
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.6011
|
22 |
+
- Matthews Correlation: 0.6344
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
+
| 0.6506 | 1.0 | 534 | 0.4192 | 0.5847 |
|
59 |
+
| 0.4501 | 2.0 | 1068 | 0.4907 | 0.5729 |
|
60 |
+
| 0.0864 | 3.0 | 1602 | 0.5225 | 0.6069 |
|
61 |
+
| 0.5844 | 4.0 | 2136 | 0.5405 | 0.6272 |
|
62 |
+
| 0.2561 | 5.0 | 2670 | 0.6011 | 0.6344 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
66 |
|
67 |
- Transformers 4.20.1
|
68 |
- Pytorch 1.10.0+cpu
|
69 |
+
- Datasets 2.7.1
|
70 |
- Tokenizers 0.12.1
|