End of training
Browse files
README.md
CHANGED
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
| 57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2496
|
| 24 |
+
- F1: 0.9405
|
| 25 |
+
- Accuracy: 0.9570
|
| 26 |
+
- Precision: 0.9430
|
| 27 |
+
- Recall: 0.9379
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
| 57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
| 58 |
+
| 0.2219 | 1.0 | 5084 | 0.2074 | 0.8884 | 0.9181 | 0.8762 | 0.9010 |
|
| 59 |
+
| 0.1731 | 2.0 | 10168 | 0.2263 | 0.9211 | 0.9429 | 0.9201 | 0.9222 |
|
| 60 |
+
| 0.125 | 3.0 | 15252 | 0.2425 | 0.9360 | 0.9539 | 0.9396 | 0.9325 |
|
| 61 |
+
| 0.076 | 4.0 | 20336 | 0.2556 | 0.9401 | 0.9568 | 0.9438 | 0.9364 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|