hawalurahman commited on
Commit
5d8f927
1 Parent(s): af70bc5

End of training

Browse files
Files changed (2) hide show
  1. README.md +71 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: google/mt5-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ - bleu
10
+ model-index:
11
+ - name: mt5-base-qaqg-finetuned-SQuAD-id-sentence
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # mt5-base-qaqg-finetuned-SQuAD-id-sentence
19
+
20
+ This model is a fine-tuned version of [google/mt5-base](https://huggingface.co/google/mt5-base) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.4176
23
+ - Rouge: {'rouge1': 0.431906438503008, 'rouge2': 0.25499026452104945, 'rougeL': 0.39204274842839615, 'rougeLsum': 0.39456014504144676}
24
+ - Rouge1: 0.4319
25
+ - Rouge2: 0.2550
26
+ - Rougel: 0.3920
27
+ - Rougelsum: 0.3946
28
+ - Bleu: 0.2255
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.0001
48
+ - train_batch_size: 8
49
+ - eval_batch_size: 8
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - num_epochs: 5
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss | Rouge | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu |
58
+ |:-------------:|:-----:|:-----:|:---------------:|:------------------------------------------------------------------------------------------------------------------------------:|:------:|:------:|:------:|:---------:|:------:|
59
+ | 1.8092 | 1.0 | 2000 | 1.5726 | {'rouge1': 0.38857764947308354, 'rouge2': 0.2144816356866815, 'rougeL': 0.34718290508264066, 'rougeLsum': 0.3491704618702567} | 0.3886 | 0.2145 | 0.3472 | 0.3492 | 0.2027 |
60
+ | 1.448 | 2.0 | 4000 | 1.4578 | {'rouge1': 0.4201425066563658, 'rouge2': 0.24245589461633016, 'rougeL': 0.3801327577125928, 'rougeLsum': 0.38306624507182285} | 0.4201 | 0.2425 | 0.3801 | 0.3831 | 0.2179 |
61
+ | 1.2703 | 3.0 | 6000 | 1.4241 | {'rouge1': 0.42984982575843933, 'rouge2': 0.2542816232928319, 'rougeL': 0.38888435744081745, 'rougeLsum': 0.39130709798526525} | 0.4298 | 0.2543 | 0.3889 | 0.3913 | 0.2251 |
62
+ | 1.2228 | 4.0 | 8000 | 1.4314 | {'rouge1': 0.4293519247279466, 'rouge2': 0.2525711759038574, 'rougeL': 0.3885634471147471, 'rougeLsum': 0.3910623048069688} | 0.4294 | 0.2526 | 0.3886 | 0.3911 | 0.2240 |
63
+ | 1.1391 | 5.0 | 10000 | 1.4176 | {'rouge1': 0.431906438503008, 'rouge2': 0.25499026452104945, 'rougeL': 0.39204274842839615, 'rougeLsum': 0.39456014504144676} | 0.4319 | 0.2550 | 0.3920 | 0.3946 | 0.2255 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - Transformers 4.44.2
69
+ - Pytorch 2.4.0a0+f70bd71a48.nv24.06
70
+ - Datasets 2.21.0
71
+ - Tokenizers 0.19.1
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.44.2"
6
+ }