Buseak commited on
Commit
7864cc6
1 Parent(s): b05fd84

End of training

Browse files
Files changed (2) hide show
  1. README.md +75 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Buseak/md_mt5_1911_v16_deneme
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: md_mt5_1911_v18_retrain
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
+ # md_mt5_1911_v18_retrain
17
+
18
+ This model is a fine-tuned version of [Buseak/md_mt5_1911_v16_deneme](https://huggingface.co/Buseak/md_mt5_1911_v16_deneme) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1754
21
+ - Bleu: 0.7623
22
+ - Gen Len: 18.7866
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 15
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:-------:|
53
+ | 0.6365 | 1.0 | 1250 | 0.3435 | 0.6788 | 18.7694 |
54
+ | 0.5732 | 2.0 | 2500 | 0.3064 | 0.7037 | 18.7644 |
55
+ | 0.5375 | 3.0 | 3750 | 0.2819 | 0.7114 | 18.7706 |
56
+ | 0.4912 | 4.0 | 5000 | 0.2549 | 0.7237 | 18.77 |
57
+ | 0.4648 | 5.0 | 6250 | 0.2394 | 0.7354 | 18.772 |
58
+ | 0.4321 | 6.0 | 7500 | 0.2245 | 0.7335 | 18.7762 |
59
+ | 0.4159 | 7.0 | 8750 | 0.2131 | 0.7446 | 18.778 |
60
+ | 0.4044 | 8.0 | 10000 | 0.2030 | 0.7478 | 18.7776 |
61
+ | 0.3889 | 9.0 | 11250 | 0.1963 | 0.7496 | 18.7852 |
62
+ | 0.3798 | 10.0 | 12500 | 0.1896 | 0.7524 | 18.7834 |
63
+ | 0.3733 | 11.0 | 13750 | 0.1836 | 0.757 | 18.7854 |
64
+ | 0.3623 | 12.0 | 15000 | 0.1803 | 0.7596 | 18.7852 |
65
+ | 0.3583 | 13.0 | 16250 | 0.1775 | 0.7618 | 18.7878 |
66
+ | 0.3643 | 14.0 | 17500 | 0.1758 | 0.7616 | 18.7828 |
67
+ | 0.3609 | 15.0 | 18750 | 0.1754 | 0.7623 | 18.7866 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.35.2
73
+ - Pytorch 2.1.0+cu118
74
+ - Datasets 2.15.0
75
+ - 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
+ }