ZhiguangHan
commited on
Commit
•
137a6c9
1
Parent(s):
2fb4bdd
End of training
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model: google/mt5-small
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
-
-
|
8 |
model-index:
|
9 |
- name: mt5-small-task1-dataset2
|
10 |
results: []
|
@@ -17,11 +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.
|
21 |
-
-
|
22 |
-
- Rouge2: 0.0
|
23 |
-
- Rougel: 0.0
|
24 |
-
- Rougelsum: 0.0
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -41,25 +38,29 @@ More information needed
|
|
41 |
|
42 |
The following hyperparameters were used during training:
|
43 |
- learning_rate: 5.6e-05
|
44 |
-
- train_batch_size:
|
45 |
-
- eval_batch_size:
|
46 |
- seed: 42
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
54 |
-
|
55 |
-
|
|
56 |
-
|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
7 |
+
- accuracy
|
8 |
model-index:
|
9 |
- name: mt5-small-task1-dataset2
|
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: 0.3880
|
21 |
+
- Accuracy: 0.182
|
|
|
|
|
|
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
- learning_rate: 5.6e-05
|
41 |
+
- train_batch_size: 16
|
42 |
+
- eval_batch_size: 16
|
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 |
+
| 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
|