zack-paperspace
commited on
Commit
•
4318da0
1
Parent(s):
5f7dd05
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.5732
|
22 |
+
- Matthews Correlation: 0.6495
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------------------:|
|
58 |
+
| 0.5211 | 1.0 | 534 | 0.4031 | 0.5599 |
|
59 |
+
| 0.3739 | 2.0 | 1068 | 0.4688 | 0.5713 |
|
60 |
+
| 0.0697 | 3.0 | 1602 | 0.4988 | 0.6070 |
|
61 |
+
| 0.0712 | 4.0 | 2136 | 0.5596 | 0.6221 |
|
62 |
+
| 0.0955 | 5.0 | 2670 | 0.5732 | 0.6495 |
|
63 |
|
64 |
|
65 |
### Framework versions
|