Model save
Browse files
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
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: 3.
|
22 |
-
- Exact Match:
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,23 +39,22 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate:
|
43 |
-
- train_batch_size:
|
44 |
-
- eval_batch_size:
|
45 |
- seed: 42
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
54 |
-
| No log | 1.0 |
|
55 |
-
| No log | 2.0 |
|
56 |
-
| No log | 3.0 |
|
57 |
-
| No log | 4.0 |
|
58 |
-
| No log | 5.0 | 80 | 3.4886 | 48.3146 | 0.0 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
18 |
|
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: 3.9533
|
22 |
+
- Exact Match: 44.9438
|
23 |
+
- F1: 0.4406
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 1.7488487465623482e-05
|
43 |
+
- train_batch_size: 8
|
44 |
+
- eval_batch_size: 8
|
45 |
- seed: 42
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 4
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
54 |
+
| No log | 1.0 | 22 | 5.4708 | 19.1011 | 3.7917 |
|
55 |
+
| No log | 2.0 | 44 | 4.4491 | 48.3146 | 0.0 |
|
56 |
+
| No log | 3.0 | 66 | 4.0419 | 47.1910 | 0.0 |
|
57 |
+
| No log | 4.0 | 88 | 3.9533 | 44.9438 | 0.4406 |
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|