vodailuong2510 commited on
Commit
2db896d
verified
1 Parent(s): a1b7c8e

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -7
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.9685
22
- - Exact Match: 17.9775
23
- - F1: 5.3481
24
 
25
  ## Model description
26
 
@@ -39,20 +39,23 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 6.091765812519654e-06
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.9763 | 20.2247 | 5.0606 |
55
- | No log | 2.0 | 12 | 5.9685 | 17.9775 | 5.3481 |
 
 
 
56
 
57
 
58
  ### 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: 4.7829
22
+ - Exact Match: 19.1011
23
+ - F1: 3.7297
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 2.006663988844745e-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: 5
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
54
+ | No log | 1.0 | 6 | 5.6706 | 4.4944 | 5.7913 |
55
+ | No log | 2.0 | 12 | 5.3199 | 32.5843 | 1.9915 |
56
+ | No log | 3.0 | 18 | 4.9960 | 13.4831 | 4.2031 |
57
+ | No log | 4.0 | 24 | 4.9204 | 37.0787 | 0.1673 |
58
+ | No log | 5.0 | 30 | 4.7829 | 19.1011 | 3.7297 |
59
 
60
 
61
  ### Framework versions