Buseak commited on
Commit
893bb69
1 Parent(s): 816d6fa

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_0109_v5
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: md_mt5_0109_v6
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_0109_v6
17
+
18
+ This model is a fine-tuned version of [Buseak/md_mt5_0109_v5](https://huggingface.co/Buseak/md_mt5_0109_v5) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.0628
21
+ - Bleu: 0.6537
22
+ - Gen Len: 18.9513
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.1911 | 1.0 | 975 | 0.0801 | 0.6356 | 18.9449 |
54
+ | 0.1854 | 2.0 | 1950 | 0.0782 | 0.6365 | 18.9446 |
55
+ | 0.1807 | 3.0 | 2925 | 0.0755 | 0.6419 | 18.9485 |
56
+ | 0.175 | 4.0 | 3900 | 0.0732 | 0.6431 | 18.949 |
57
+ | 0.1699 | 5.0 | 4875 | 0.0720 | 0.6471 | 18.949 |
58
+ | 0.1669 | 6.0 | 5850 | 0.0701 | 0.6474 | 18.9497 |
59
+ | 0.165 | 7.0 | 6825 | 0.0682 | 0.6494 | 18.95 |
60
+ | 0.1604 | 8.0 | 7800 | 0.0673 | 0.6508 | 18.9505 |
61
+ | 0.1585 | 9.0 | 8775 | 0.0665 | 0.6516 | 18.9505 |
62
+ | 0.1512 | 10.0 | 9750 | 0.0652 | 0.6518 | 18.9508 |
63
+ | 0.1543 | 11.0 | 10725 | 0.0646 | 0.653 | 18.9505 |
64
+ | 0.155 | 12.0 | 11700 | 0.0639 | 0.6533 | 18.9505 |
65
+ | 0.1506 | 13.0 | 12675 | 0.0633 | 0.6537 | 18.951 |
66
+ | 0.1493 | 14.0 | 13650 | 0.0629 | 0.6538 | 18.951 |
67
+ | 0.1486 | 15.0 | 14625 | 0.0628 | 0.6537 | 18.9513 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.38.1
73
+ - Pytorch 2.1.0+cu121
74
+ - Datasets 2.18.0
75
+ - Tokenizers 0.15.2
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.38.1"
6
+ }