vodailuong2510 commited on
Commit
66d9c31
verified
1 Parent(s): 23e8660

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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.0320
22
- - Exact Match: 44.4444
23
- - F1: 0.8595
24
 
25
  ## Model description
26
 
@@ -39,9 +39,9 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 2.7314506856045412e-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
@@ -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 | 33 | 4.1291 | 44.8413 | 0.0 |
55
- | No log | 2.0 | 66 | 3.3262 | 44.8413 | 0.0 |
56
- | No log | 3.0 | 99 | 3.1032 | 44.8413 | 0.0 |
57
- | No log | 4.0 | 132 | 3.0320 | 44.4444 | 0.8595 |
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.6571
22
+ - Exact Match: 41.5730
23
+ - F1: 0.6310
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 1.5101664377049603e-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
 
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
54
+ | No log | 1.0 | 32 | 4.8737 | 10.1124 | 4.5405 |
55
+ | No log | 2.0 | 64 | 4.0712 | 13.4831 | 2.6494 |
56
+ | No log | 3.0 | 96 | 3.7312 | 48.3146 | 0.0 |
57
+ | No log | 4.0 | 128 | 3.6571 | 41.5730 | 0.6310 |
58
 
59
 
60
  ### Framework versions