iamTangsang commited on
Commit
236b235
·
verified ·
1 Parent(s): 3e96cba

End of training

Browse files
Files changed (2) hide show
  1. README.md +77 -0
  2. generation_config.json +16 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: iamTangsang/MarianMT-Nepali-to-English
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: MarianMT-Nepali-to-English-Synthetic-Pretrain-Continued
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
+ # MarianMT-Nepali-to-English-Synthetic-Pretrain-Continued
17
+
18
+ This model is a fine-tuned version of [iamTangsang/MarianMT-Nepali-to-English](https://huggingface.co/iamTangsang/MarianMT-Nepali-to-English) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.0324
21
+ - Bleu: 30.2355
22
+ - Gen Len: 73.8317
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: 5e-05
42
+ - train_batch_size: 16
43
+ - eval_batch_size: 16
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 1
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Bleu | Gen Len | Validation Loss |
52
+ |:-------------:|:------:|:------:|:-------:|:-------:|:---------------:|
53
+ | 1.1924 | 0.0561 | 12000 | 26.1232 | 74.765 | 1.3707 |
54
+ | 1.0978 | 0.1122 | 24000 | 26.0469 | 78.0433 | 1.2622 |
55
+ | 1.0316 | 0.1684 | 36000 | 28.0954 | 73.6692 | 1.2075 |
56
+ | 0.9993 | 0.2245 | 48000 | 28.1497 | 75.1633 | 1.1745 |
57
+ | 0.9651 | 0.2806 | 60000 | 29.1482 | 75.9908 | 1.1428 |
58
+ | 0.9415 | 0.3367 | 72000 | 27.0537 | 82.6383 | 1.1183 |
59
+ | 0.9251 | 0.3928 | 84000 | 27.637 | 79.2592 | 1.0864 |
60
+ | 0.9008 | 0.4489 | 96000 | 29.0405 | 76.6583 | 1.0683 |
61
+ | 0.8726 | 0.5051 | 108000 | 29.923 | 75.4483 | 1.0494 |
62
+ | 0.8701 | 0.5612 | 120000 | 29.2328 | 77.2858 | 1.0316 |
63
+ | 0.8546 | 0.6173 | 132000 | 29.6585 | 76.1308 | 1.0185 |
64
+ | 0.8392 | 0.6734 | 144000 | 30.5079 | 78.0417 | 1.0072 |
65
+ | 0.9316 | 0.7295 | 156000 | 29.264 | 71.7958 | 1.1055 |
66
+ | 0.9008 | 0.7857 | 168000 | 27.2107 | 80.45 | 1.0779 |
67
+ | 0.8982 | 0.8418 | 180000 | 27.7493 | 78.6583 | 1.0645 |
68
+ | 0.8655 | 0.8979 | 192000 | 28.2546 | 79.6033 | 1.0438 |
69
+ | 0.8654 | 0.9540 | 204000 | 1.0324 | 30.2355 | 73.8317 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.45.2
75
+ - Pytorch 2.5.1+cu121
76
+ - Datasets 3.2.0
77
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bad_words_ids": [
3
+ [
4
+ 64171
5
+ ]
6
+ ],
7
+ "bos_token_id": 0,
8
+ "decoder_start_token_id": 64171,
9
+ "eos_token_id": 0,
10
+ "forced_eos_token_id": 0,
11
+ "max_length": 512,
12
+ "num_beams": 6,
13
+ "pad_token_id": 64171,
14
+ "renormalize_logits": true,
15
+ "transformers_version": "4.45.2"
16
+ }