Buseak commited on
Commit
667ce6c
1 Parent(s): 6fda428

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_base_boun_split_second_v1_retrain_on_first_boun
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: md_mt5_base_boun_split_second_v1_retrain_on_second_imst
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_base_boun_split_second_v1_retrain_on_second_imst
17
+
18
+ This model is a fine-tuned version of [Buseak/md_mt5_base_boun_split_second_v1_retrain_on_first_boun](https://huggingface.co/Buseak/md_mt5_base_boun_split_second_v1_retrain_on_first_boun) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1581
21
+ - Bleu: 2.0954
22
+ - Gen Len: 18.7592
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.5133 | 1.0 | 916 | 0.2581 | 1.8828 | 18.7472 |
54
+ | 0.4699 | 2.0 | 1832 | 0.2371 | 1.9073 | 18.7142 |
55
+ | 0.4469 | 3.0 | 2748 | 0.2222 | 1.9197 | 18.739 |
56
+ | 0.4205 | 4.0 | 3664 | 0.2085 | 1.9502 | 18.7502 |
57
+ | 0.4001 | 5.0 | 4580 | 0.1983 | 1.9643 | 18.7409 |
58
+ | 0.3992 | 6.0 | 5496 | 0.1898 | 1.9948 | 18.7633 |
59
+ | 0.3824 | 7.0 | 6412 | 0.1841 | 2.0136 | 18.7614 |
60
+ | 0.3666 | 8.0 | 7328 | 0.1766 | 2.0422 | 18.7649 |
61
+ | 0.3562 | 9.0 | 8244 | 0.1713 | 2.0554 | 18.7636 |
62
+ | 0.345 | 10.0 | 9160 | 0.1672 | 2.0659 | 18.7611 |
63
+ | 0.3465 | 11.0 | 10076 | 0.1637 | 2.0804 | 18.7611 |
64
+ | 0.3303 | 12.0 | 10992 | 0.1617 | 2.0815 | 18.7619 |
65
+ | 0.3333 | 13.0 | 11908 | 0.1594 | 2.0835 | 18.7592 |
66
+ | 0.328 | 14.0 | 12824 | 0.1581 | 2.0958 | 18.7592 |
67
+ | 0.3267 | 15.0 | 13740 | 0.1581 | 2.0954 | 18.7592 |
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
+ }