Model save
Browse files
README.md
CHANGED
|
@@ -21,10 +21,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [benjamin/roberta-large-wechsel-ukrainian](https://huggingface.co/benjamin/roberta-large-wechsel-ukrainian) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
- Accuracy: 0.7486
|
| 29 |
|
| 30 |
## Model description
|
|
@@ -54,11 +54,11 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
-
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1
|
| 58 |
-
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [benjamin/roberta-large-wechsel-ukrainian](https://huggingface.co/benjamin/roberta-large-wechsel-ukrainian) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.5271
|
| 25 |
+
- Precision: 0.7143
|
| 26 |
+
- Recall: 0.0004
|
| 27 |
+
- F1: 0.0008
|
| 28 |
- Accuracy: 0.7486
|
| 29 |
|
| 30 |
## Model description
|
|
|
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 58 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
+
| 0.5773 | 1.0 | 483 | 0.5506 | 0.0 | 0.0 | 0.0 | 0.7486 |
|
| 60 |
+
| 0.5529 | 2.0 | 966 | 0.5540 | 0.0 | 0.0 | 0.0 | 0.7486 |
|
| 61 |
+
| 0.535 | 3.0 | 1449 | 0.5271 | 0.7143 | 0.0004 | 0.0008 | 0.7486 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|