ZhiguangHan commited on
Commit
75ac6a3
1 Parent(s): bb07d15

End of training

Browse files
Files changed (1) hide show
  1. README.md +24 -20
README.md CHANGED
@@ -4,7 +4,7 @@ base_model: google/mt5-small
4
  tags:
5
  - generated_from_trainer
6
  metrics:
7
- - rouge
8
  model-index:
9
  - name: mt5-small-task3-dataset4
10
  results: []
@@ -17,11 +17,11 @@ 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.0208
21
- - Rouge1: 0.0
22
- - Rouge2: 0.0
23
- - Rougel: 0.0
24
- - Rougelsum: 0.0
25
 
26
  ## Model description
27
 
@@ -41,30 +41,34 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 5.6e-05
44
- - train_batch_size: 8
45
- - eval_batch_size: 8
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
- - num_epochs: 8
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
- | 3.225 | 1.0 | 500 | 0.0479 | 0.0 | 0.0 | 0.0 | 0.0 |
56
- | 0.0784 | 2.0 | 1000 | 0.0322 | 0.0 | 0.0 | 0.0 | 0.0 |
57
- | 0.0467 | 3.0 | 1500 | 0.0258 | 0.0 | 0.0 | 0.0 | 0.0 |
58
- | 0.0409 | 4.0 | 2000 | 0.0224 | 0.0 | 0.0 | 0.0 | 0.0 |
59
- | 0.0386 | 5.0 | 2500 | 0.0210 | 0.0 | 0.0 | 0.0 | 0.0 |
60
- | 0.0355 | 6.0 | 3000 | 0.0207 | 0.0 | 0.0 | 0.0 | 0.0 |
61
- | 0.0335 | 7.0 | 3500 | 0.0207 | 0.0 | 0.0 | 0.0 | 0.0 |
62
- | 0.0322 | 8.0 | 4000 | 0.0208 | 0.0 | 0.0 | 0.0 | 0.0 |
 
 
 
 
63
 
64
 
65
  ### Framework versions
66
 
67
  - Transformers 4.35.2
68
- - Pytorch 2.1.0+cu118
69
  - Datasets 2.15.0
70
  - Tokenizers 0.15.0
 
4
  tags:
5
  - generated_from_trainer
6
  metrics:
7
+ - accuracy
8
  model-index:
9
  - name: mt5-small-task3-dataset4
10
  results: []
 
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.6010
21
+ - Accuracy: 0.036
22
+ - Mse: 6.3081
23
+ - Log-distance: 0.6632
24
+ - S Score: 0.4988
25
 
26
  ## Model description
27
 
 
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 5.6e-05
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
  - seed: 42
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
49
+ - num_epochs: 12
50
 
51
  ### Training results
52
 
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Mse | Log-distance | S Score |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------------:|:-------:|
55
+ | 10.7728 | 1.0 | 250 | 2.2587 | 0.022 | 7.0471 | 0.7963 | 0.4292 |
56
+ | 3.1044 | 2.0 | 500 | 1.8035 | 0.014 | 5.9086 | 0.7763 | 0.4340 |
57
+ | 2.3369 | 3.0 | 750 | 1.6404 | 0.058 | 7.0001 | 0.6805 | 0.4972 |
58
+ | 2.0228 | 4.0 | 1000 | 1.6106 | 0.056 | 6.9718 | 0.6808 | 0.4948 |
59
+ | 1.8688 | 5.0 | 1250 | 1.5910 | 0.044 | 5.8977 | 0.7091 | 0.4624 |
60
+ | 1.8065 | 6.0 | 1500 | 1.6321 | 0.036 | 6.2658 | 0.6631 | 0.4992 |
61
+ | 1.7671 | 7.0 | 1750 | 1.5987 | 0.058 | 6.9883 | 0.6792 | 0.4976 |
62
+ | 1.7373 | 8.0 | 2000 | 1.6174 | 0.06 | 6.9132 | 0.6780 | 0.4960 |
63
+ | 1.7366 | 9.0 | 2250 | 1.6105 | 0.042 | 6.6193 | 0.6712 | 0.4976 |
64
+ | 1.7201 | 10.0 | 2500 | 1.6123 | 0.038 | 6.5863 | 0.6745 | 0.4960 |
65
+ | 1.7171 | 11.0 | 2750 | 1.6034 | 0.032 | 6.1936 | 0.6719 | 0.4908 |
66
+ | 1.7001 | 12.0 | 3000 | 1.6010 | 0.036 | 6.3081 | 0.6632 | 0.4988 |
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