Igniter909
commited on
Commit
•
624d985
1
Parent(s):
7f09da3
Training completed!
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.1758
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,11 +48,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | F1
|
52 |
-
|
53 |
-
| 0.299 | 1.0 | 835 | 0.2074 |
|
54 |
-
| 0.1587 | 2.0 | 1670 | 0.1705 | 0.
|
55 |
-
| 0.1012 | 3.0 | 2505 | 0.1758 | 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
19 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
- Loss: 0.1758
|
22 |
+
- F1: 0.8558
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 0.299 | 1.0 | 835 | 0.2074 | 0.8078 |
|
54 |
+
| 0.1587 | 2.0 | 1670 | 0.1705 | 0.8461 |
|
55 |
+
| 0.1012 | 3.0 | 2505 | 0.1758 | 0.8558 |
|
56 |
|
57 |
|
58 |
### Framework versions
|