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:
|
22 |
-
- Exact Match:
|
23 |
-
- F1: 5.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,7 +39,7 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- learning_rate:
|
43 |
- train_batch_size: 8
|
44 |
- eval_batch_size: 8
|
45 |
- seed: 42
|
@@ -51,9 +51,9 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
54 |
-
| No log | 1.0 | 22 | 5.
|
55 |
-
| No log | 2.0 | 44 | 5.
|
56 |
-
| No log | 3.0 | 66 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
@@ -61,4 +61,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.51.2
|
62 |
- Pytorch 2.6.0+cu124
|
63 |
- Datasets 3.5.0
|
64 |
-
- Tokenizers 0.21.
|
|
|
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: 4.9120
|
22 |
+
- Exact Match: 24.7191
|
23 |
+
- F1: 5.3036
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 1.0014380285497903e-05
|
43 |
- train_batch_size: 8
|
44 |
- eval_batch_size: 8
|
45 |
- seed: 42
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
54 |
+
| No log | 1.0 | 22 | 5.4422 | 2.2472 | 5.6650 |
|
55 |
+
| No log | 2.0 | 44 | 5.0462 | 12.3596 | 4.9037 |
|
56 |
+
| No log | 3.0 | 66 | 4.9120 | 24.7191 | 5.3036 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
61 |
- Transformers 4.51.2
|
62 |
- Pytorch 2.6.0+cu124
|
63 |
- Datasets 3.5.0
|
64 |
+
- Tokenizers 0.21.2
|