vodailuong2510 commited on
Commit
000e2c0
verified
1 Parent(s): 17bff33

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -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: 4.4455
22
- - Exact Match: 31.4607
23
- - F1: 0.3958
24
 
25
  ## Model description
26
 
@@ -39,21 +39,20 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 3.338177248512558e-05
43
  - train_batch_size: 32
44
  - eval_batch_size: 32
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: 3
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
54
- | No log | 1.0 | 8 | 5.2961 | 17.9775 | 3.9016 |
55
- | No log | 2.0 | 16 | 4.6305 | 11.2360 | 3.9679 |
56
- | No log | 3.0 | 24 | 4.4455 | 31.4607 | 0.3958 |
57
 
58
 
59
  ### 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.5450
22
+ - Exact Match: 22.4719
23
+ - F1: 2.9603
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 2.3044973559870577e-05
43
  - train_batch_size: 32
44
  - eval_batch_size: 32
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: 2
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
54
+ | No log | 1.0 | 6 | 5.8290 | 15.7303 | 5.4173 |
55
+ | No log | 2.0 | 12 | 5.5450 | 22.4719 | 2.9603 |
 
56
 
57
 
58
  ### Framework versions