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:
|
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: 32
|
44 |
- eval_batch_size: 32
|
45 |
- seed: 42
|
@@ -51,10 +51,10 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
54 |
-
| No log | 1.0 | 6 | 5.
|
55 |
-
| No log | 2.0 | 12 | 5.
|
56 |
-
| No log | 3.0 | 18 | 5.
|
57 |
-
| No log | 4.0 | 24 |
|
58 |
|
59 |
|
60 |
### 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: 5.1793
|
22 |
+
- Exact Match: 39.3258
|
23 |
+
- F1: 1.6839
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 1.5992536419295564e-05
|
43 |
- train_batch_size: 32
|
44 |
- eval_batch_size: 32
|
45 |
- seed: 42
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
|
54 |
+
| No log | 1.0 | 6 | 5.4185 | 46.0674 | 0.0 |
|
55 |
+
| No log | 2.0 | 12 | 5.0475 | 43.8202 | 0.4957 |
|
56 |
+
| No log | 3.0 | 18 | 5.2731 | 41.5730 | 1.5512 |
|
57 |
+
| No log | 4.0 | 24 | 5.1793 | 39.3258 | 1.6839 |
|
58 |
|
59 |
|
60 |
### Framework versions
|