ZhiguangHan commited on
Commit
a0f1858
1 Parent(s): db65387

End of training

Browse files
Files changed (1) hide show
  1. README.md +19 -16
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3301
21
- - Accuracy: 0.714
22
 
23
  ## Model description
24
 
@@ -43,29 +43,32 @@ The following hyperparameters were used during training:
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
- - num_epochs: 12
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 7.9531 | 1.0 | 250 | 1.3804 | 0.474 |
53
- | 1.8269 | 2.0 | 500 | 0.8424 | 0.552 |
54
- | 1.0738 | 3.0 | 750 | 0.6419 | 0.606 |
55
- | 0.7726 | 4.0 | 1000 | 0.5072 | 0.65 |
56
- | 0.649 | 5.0 | 1250 | 0.4420 | 0.664 |
57
- | 0.5479 | 6.0 | 1500 | 0.4009 | 0.672 |
58
- | 0.4958 | 7.0 | 1750 | 0.3732 | 0.684 |
59
- | 0.4437 | 8.0 | 2000 | 0.3576 | 0.716 |
60
- | 0.4287 | 9.0 | 2250 | 0.3477 | 0.708 |
61
- | 0.4016 | 10.0 | 2500 | 0.3378 | 0.716 |
62
- | 0.3975 | 11.0 | 2750 | 0.3310 | 0.718 |
63
- | 0.3818 | 12.0 | 3000 | 0.3301 | 0.714 |
 
 
 
64
 
65
 
66
  ### Framework versions
67
 
68
  - Transformers 4.35.2
69
- - Pytorch 2.1.0+cu118
70
  - Datasets 2.15.0
71
  - Tokenizers 0.15.0
 
17
 
18
  This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.2211
21
+ - Accuracy: 0.758
22
 
23
  ## Model description
24
 
 
43
  - seed: 42
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 15
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.9386 | 1.0 | 250 | 0.5169 | 0.622 |
53
+ | 0.6505 | 2.0 | 500 | 0.4347 | 0.672 |
54
+ | 0.6135 | 3.0 | 750 | 0.3889 | 0.686 |
55
+ | 0.5125 | 4.0 | 1000 | 0.3268 | 0.698 |
56
+ | 0.4423 | 5.0 | 1250 | 0.3011 | 0.712 |
57
+ | 0.3973 | 6.0 | 1500 | 0.2919 | 0.726 |
58
+ | 0.3701 | 7.0 | 1750 | 0.2713 | 0.73 |
59
+ | 0.337 | 8.0 | 2000 | 0.2540 | 0.738 |
60
+ | 0.326 | 9.0 | 2250 | 0.2502 | 0.744 |
61
+ | 0.2946 | 10.0 | 2500 | 0.2383 | 0.744 |
62
+ | 0.2866 | 11.0 | 2750 | 0.2309 | 0.75 |
63
+ | 0.2789 | 12.0 | 3000 | 0.2304 | 0.754 |
64
+ | 0.2701 | 13.0 | 3250 | 0.2260 | 0.762 |
65
+ | 0.2612 | 14.0 | 3500 | 0.2226 | 0.76 |
66
+ | 0.2576 | 15.0 | 3750 | 0.2211 | 0.758 |
67
 
68
 
69
  ### Framework versions
70
 
71
  - Transformers 4.35.2
72
+ - Pytorch 2.1.0+cu121
73
  - Datasets 2.15.0
74
  - Tokenizers 0.15.0