ZhiguangHan commited on
Commit
e932913
1 Parent(s): 0b6b8c9

End of training

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: google/mt5-small
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: mt5-small-task3-dataset3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # mt5-small-task3-dataset3
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.0516
21
+ - Rouge1: 0.0
22
+ - Rouge2: 0.0
23
+ - Rougel: 0.0
24
+ - Rougelsum: 0.0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
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: 7
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:------:|:---------:|
55
+ | 2.0315 | 1.0 | 500 | 0.0727 | 0.0 | 0.0 | 0.0 | 0.0 |
56
+ | 0.1434 | 2.0 | 1000 | 0.0660 | 0.0 | 0.0 | 0.0 | 0.0 |
57
+ | 0.0975 | 3.0 | 1500 | 0.0613 | 0.0 | 0.0 | 0.0 | 0.0 |
58
+ | 0.0822 | 4.0 | 2000 | 0.0554 | 0.0 | 0.0 | 0.0 | 0.0 |
59
+ | 0.0806 | 5.0 | 2500 | 0.0543 | 0.0 | 0.0 | 0.0 | 0.0 |
60
+ | 0.0745 | 6.0 | 3000 | 0.0535 | 0.0 | 0.0 | 0.0 | 0.0 |
61
+ | 0.0713 | 7.0 | 3500 | 0.0516 | 0.0 | 0.0 | 0.0 | 0.0 |
62
+
63
+
64
+ ### Framework versions
65
+
66
+ - Transformers 4.35.2
67
+ - Pytorch 2.1.0+cu118
68
+ - Datasets 2.15.0
69
+ - Tokenizers 0.15.0
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": 1,
4
+ "pad_token_id": 0,
5
+ "transformers_version": "4.35.2"
6
+ }