ZhiguangHan commited on
Commit
dac3171
1 Parent(s): 3d7a9f6

End of training

Browse files
Files changed (1) hide show
  1. README.md +15 -15
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.3880
21
- - Accuracy: 0.182
22
 
23
  ## Model description
24
 
@@ -49,23 +49,23 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 4.3254 | 1.0 | 250 | 0.7650 | 0.0 |
53
- | 0.9928 | 2.0 | 500 | 0.6343 | 0.034 |
54
- | 0.725 | 3.0 | 750 | 0.5447 | 0.114 |
55
- | 0.6197 | 4.0 | 1000 | 0.5004 | 0.106 |
56
- | 0.566 | 5.0 | 1250 | 0.4723 | 0.106 |
57
- | 0.5267 | 6.0 | 1500 | 0.4457 | 0.128 |
58
- | 0.4978 | 7.0 | 1750 | 0.4222 | 0.144 |
59
- | 0.4803 | 8.0 | 2000 | 0.4103 | 0.156 |
60
- | 0.4683 | 9.0 | 2250 | 0.3969 | 0.172 |
61
- | 0.4583 | 10.0 | 2500 | 0.3931 | 0.178 |
62
- | 0.4526 | 11.0 | 2750 | 0.3901 | 0.18 |
63
- | 0.4438 | 12.0 | 3000 | 0.3880 | 0.182 |
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: 1.1512
21
+ - Accuracy: 0.176
22
 
23
  ## Model description
24
 
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 10.1566 | 1.0 | 250 | 2.1729 | 0.012 |
53
+ | 2.7222 | 2.0 | 500 | 1.8375 | 0.004 |
54
+ | 2.2156 | 3.0 | 750 | 1.6780 | 0.068 |
55
+ | 1.9891 | 4.0 | 1000 | 1.4901 | 0.098 |
56
+ | 1.7951 | 5.0 | 1250 | 1.4195 | 0.116 |
57
+ | 1.6179 | 6.0 | 1500 | 1.2971 | 0.136 |
58
+ | 1.5252 | 7.0 | 1750 | 1.2543 | 0.152 |
59
+ | 1.4486 | 8.0 | 2000 | 1.2054 | 0.162 |
60
+ | 1.3957 | 9.0 | 2250 | 1.1865 | 0.182 |
61
+ | 1.3609 | 10.0 | 2500 | 1.1656 | 0.176 |
62
+ | 1.3395 | 11.0 | 2750 | 1.1589 | 0.176 |
63
+ | 1.3295 | 12.0 | 3000 | 1.1512 | 0.176 |
64
 
65
 
66
  ### Framework versions
67
 
68
  - Transformers 4.35.2
69
+ - Pytorch 2.1.0+cu121
70
  - Datasets 2.15.0
71
  - Tokenizers 0.15.0