hawalurahman commited on
Commit
be3ba5e
·
verified ·
1 Parent(s): a15ca07

End of training

Browse files
Files changed (2) hide show
  1. README.md +72 -0
  2. generation_config.json +8 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: muchad/idt5-base
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - rouge
9
+ - bleu
10
+ model-index:
11
+ - name: idt5-base-mcqg-RACE-id
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
+ # idt5-base-mcqg-RACE-id
19
+
20
+ This model is a fine-tuned version of [muchad/idt5-base](https://huggingface.co/muchad/idt5-base) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.1419
23
+ - Rouge1: 0.3828
24
+ - Rouge2: 0.2464
25
+ - Rougel: 0.3635
26
+ - Rougelsum: 0.3687
27
+ - Bleu: 0.2053
28
+ - Rouge All: {'rouge1': 0.38280297280337106, 'rouge2': 0.2463717712635165, 'rougeL': 0.36348416422814667, 'rougeLsum': 0.3686870784292893}
29
+ - Bleu All: {'bleu': 0.20529625464163276, 'precisions': [0.544206419519389, 0.4080415448721935, 0.3448035357165733, 0.29241227961620014], 'brevity_penalty': 0.5307282267142313, 'length_ratio': 0.6121804805088057, 'translation_length': 181727, 'reference_length': 296852}
30
+
31
+ ## Model description
32
+
33
+ More information needed
34
+
35
+ ## Intended uses & limitations
36
+
37
+ More information needed
38
+
39
+ ## Training and evaluation data
40
+
41
+ More information needed
42
+
43
+ ## Training procedure
44
+
45
+ ### Training hyperparameters
46
+
47
+ The following hyperparameters were used during training:
48
+ - learning_rate: 0.0001
49
+ - train_batch_size: 4
50
+ - eval_batch_size: 4
51
+ - seed: 42
52
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
53
+ - lr_scheduler_type: linear
54
+ - num_epochs: 5
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum | Bleu | Rouge All | Bleu All |
59
+ |:-------------:|:-----:|:------:|:---------------:|:------:|:------:|:------:|:---------:|:------:|:------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
60
+ | 1.5379 | 1.0 | 36284 | 1.2265 | 0.3371 | 0.2094 | 0.3205 | 0.3253 | 0.1983 | {'rouge1': 0.33711648528419197, 'rouge2': 0.20935180236052028, 'rougeL': 0.3205203116477598, 'rougeLsum': 0.32529545761604484} | {'bleu': 0.19831282890007307, 'precisions': [0.5217314036276394, 0.3946142969363708, 0.33979358871868, 0.29601867266779885], 'brevity_penalty': 0.5227719650702349, 'length_ratio': 0.6065716249174673, 'translation_length': 180062, 'reference_length': 296852} |
61
+ | 1.3644 | 2.0 | 72568 | 1.1698 | 0.3630 | 0.2295 | 0.3447 | 0.3498 | 0.2039 | {'rouge1': 0.3629660167163082, 'rouge2': 0.2295266351540305, 'rougeL': 0.3446608461843371, 'rougeLsum': 0.34976374071944816} | {'bleu': 0.20392626154873386, 'precisions': [0.5382410077317733, 0.4070086261940831, 0.3470977823014178, 0.2976925955182306], 'brevity_penalty': 0.52574250563914, 'length_ratio': 0.6086635764623449, 'translation_length': 180683, 'reference_length': 296852} |
62
+ | 1.2742 | 3.0 | 108852 | 1.1465 | 0.3728 | 0.2366 | 0.3537 | 0.3587 | 0.2035 | {'rouge1': 0.3728293856857868, 'rouge2': 0.2365878815089809, 'rougeL': 0.35374960442490494, 'rougeLsum': 0.3587096713960251} | {'bleu': 0.20345989395248457, 'precisions': [0.5398174482439315, 0.40446504788430504, 0.34243731944791184, 0.2920075779511404], 'brevity_penalty': 0.5293013871683313, 'length_ratio': 0.6111732445797906, 'translation_length': 181428, 'reference_length': 296852} |
63
+ | 1.1868 | 4.0 | 145136 | 1.1392 | 0.3788 | 0.2418 | 0.3597 | 0.3647 | 0.2045 | {'rouge1': 0.37877643387013765, 'rouge2': 0.2417733244099297, 'rougeL': 0.35970895267024183, 'rougeLsum': 0.3646545306105341} | {'bleu': 0.20448179885293769, 'precisions': [0.5452928078502008, 0.4092357483817759, 0.34584093592358056, 0.2932385759829968], 'brevity_penalty': 0.5272049129237822, 'length_ratio': 0.6096943931656179, 'translation_length': 180989, 'reference_length': 296852} |
64
+ | 1.1429 | 5.0 | 181420 | 1.1419 | 0.3828 | 0.2464 | 0.3635 | 0.3687 | 0.2053 | {'rouge1': 0.38280297280337106, 'rouge2': 0.2463717712635165, 'rougeL': 0.36348416422814667, 'rougeLsum': 0.3686870784292893} | {'bleu': 0.20529625464163276, 'precisions': [0.544206419519389, 0.4080415448721935, 0.3448035357165733, 0.29241227961620014], 'brevity_penalty': 0.5307282267142313, 'length_ratio': 0.6121804805088057, 'translation_length': 181727, 'reference_length': 296852} |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.56.2
70
+ - Pytorch 2.8.0+cu129
71
+ - Datasets 4.2.0
72
+ - Tokenizers 0.22.1
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_start_token_id": 0,
3
+ "eos_token_id": [
4
+ 1
5
+ ],
6
+ "pad_token_id": 0,
7
+ "transformers_version": "4.56.2"
8
+ }