update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- F1: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,21 +43,20 @@ The following hyperparameters were used during training:
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 5
|
46 |
-
- num_epochs:
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.5907 | 9.41 | 800 | 0.4469 | 0.8470 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.0636
|
20 |
+
- F1: 0.5250
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 5
|
46 |
+
- num_epochs: 12
|
47 |
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 1.2188 | 1.18 | 100 | 1.1325 | 0.1501 |
|
54 |
+
| 1.0837 | 2.35 | 200 | 1.0649 | 0.2187 |
|
55 |
+
| 0.9903 | 3.53 | 300 | 1.0039 | 0.4133 |
|
56 |
+
| 0.8634 | 4.71 | 400 | 0.9906 | 0.4265 |
|
57 |
+
| 0.812 | 5.88 | 500 | 1.0208 | 0.4634 |
|
58 |
+
| 0.7195 | 7.06 | 600 | 1.0297 | 0.5146 |
|
59 |
+
| 0.6659 | 8.24 | 700 | 1.0636 | 0.5250 |
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|