update model card README.md
Browse files
README.md
CHANGED
|
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss:
|
| 20 |
-
- Accuracy: 0.
|
| 21 |
-
- F1 Macro: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -52,16 +52,16 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
| 55 |
-
| 1.
|
| 56 |
-
| 1.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.9427
|
| 20 |
+
- Accuracy: 0.7986
|
| 21 |
+
- F1 Macro: 0.6913
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
|
| 55 |
+
| 1.4059 | 1.0 | 105 | 1.0585 | 0.6491 | 0.2714 |
|
| 56 |
+
| 1.0405 | 2.0 | 211 | 0.9258 | 0.6842 | 0.3254 |
|
| 57 |
+
| 0.8144 | 3.0 | 316 | 0.7686 | 0.7281 | 0.4907 |
|
| 58 |
+
| 0.5887 | 4.0 | 422 | 0.7906 | 0.7456 | 0.5518 |
|
| 59 |
+
| 0.404 | 5.0 | 527 | 0.6946 | 0.7719 | 0.7045 |
|
| 60 |
+
| 0.3302 | 6.0 | 633 | 0.8840 | 0.7719 | 0.6330 |
|
| 61 |
+
| 0.225 | 7.0 | 738 | 0.8200 | 0.8070 | 0.7258 |
|
| 62 |
+
| 0.1843 | 8.0 | 844 | 0.8336 | 0.8070 | 0.7533 |
|
| 63 |
+
| 0.16 | 9.0 | 949 | 0.8221 | 0.8246 | 0.7641 |
|
| 64 |
+
| 0.0977 | 9.95 | 1050 | 0.8798 | 0.8246 | 0.7649 |
|
| 65 |
|
| 66 |
|
| 67 |
### Framework versions
|