update model card README.md
Browse files
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -57,11 +57,11 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the glue dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2891
|
23 |
+
- Accuracy: 0.8925
|
24 |
+
- F1: 0.9228
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
60 |
+
| 0.5998 | 1.0 | 57 | 0.5425 | 0.74 | 0.8349 |
|
61 |
+
| 0.5058 | 2.0 | 114 | 0.3020 | 0.875 | 0.9084 |
|
62 |
+
| 0.3316 | 3.0 | 171 | 0.2891 | 0.8925 | 0.9228 |
|
63 |
+
| 0.1617 | 4.0 | 228 | 0.2937 | 0.8825 | 0.9138 |
|
64 |
+
| 0.3161 | 5.0 | 285 | 0.3193 | 0.8875 | 0.9171 |
|
65 |
|
66 |
|
67 |
### Framework versions
|