vodailuong2510 commited on
Commit
0b8d3d7
verified
1 Parent(s): dc3ef41

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -11
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: 3.0213
22
- - Exact Match: 44.4444
23
- - F1: 1.7083
24
 
25
  ## Model description
26
 
@@ -39,22 +39,23 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 1.5332970769957623e-05
43
- - train_batch_size: 8
44
- - eval_batch_size: 8
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: 4
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
54
- | No log | 1.0 | 65 | 4.2204 | 35.7143 | 2.1694 |
55
- | No log | 2.0 | 130 | 3.2852 | 44.8413 | 0.0 |
56
- | No log | 3.0 | 195 | 3.0833 | 44.8413 | 0.0 |
57
- | 4.0131 | 4.0 | 260 | 3.0213 | 44.4444 | 1.7083 |
 
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: 3.4886
22
+ - Exact Match: 48.3146
23
+ - F1: 0.0
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 2.356216203001653e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 16
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 | 16 | 4.9292 | 38.2022 | 2.9401 |
55
+ | No log | 2.0 | 32 | 4.1936 | 48.3146 | 1.1609 |
56
+ | No log | 3.0 | 48 | 3.8582 | 48.3146 | 0.0 |
57
+ | No log | 4.0 | 64 | 3.6638 | 48.3146 | 0.8232 |
58
+ | No log | 5.0 | 80 | 3.4886 | 48.3146 | 0.0 |
59
 
60
 
61
  ### Framework versions