vodailuong2510 commited on
Commit
2a744bc
verified
1 Parent(s): 3918fe4

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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: 5.0418
22
- - Exact Match: 21.3483
23
- - F1: 5.8917
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: 3.109345114384633e-05
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.3859 | 12.3596 | 7.2183 |
55
- | No log | 2.0 | 44 | 5.1121 | 10.1124 | 6.2278 |
56
- | No log | 3.0 | 66 | 5.0418 | 21.3483 | 5.8917 |
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.1
 
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