kepinsam commited on
Commit
495ba5c
1 Parent(s): 86fca2e

End of training

Browse files
Files changed (2) hide show
  1. README.md +87 -0
  2. generation_config.json +8 -0
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: facebook/nllb-200-distilled-600M
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - nusatranslation_mt
8
+ metrics:
9
+ - sacrebleu
10
+ model-index:
11
+ - name: ind-to-bbc-nmt-v8
12
+ results:
13
+ - task:
14
+ name: Sequence-to-sequence Language Modeling
15
+ type: text2text-generation
16
+ dataset:
17
+ name: nusatranslation_mt
18
+ type: nusatranslation_mt
19
+ config: nusatranslation_mt_btk_ind_source
20
+ split: test
21
+ args: nusatranslation_mt_btk_ind_source
22
+ metrics:
23
+ - name: Sacrebleu
24
+ type: sacrebleu
25
+ value: 31.404
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # ind-to-bbc-nmt-v8
32
+
33
+ This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the nusatranslation_mt dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 1.1714
36
+ - Sacrebleu: 31.404
37
+ - Gen Len: 45.259
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 5e-05
57
+ - train_batch_size: 32
58
+ - eval_batch_size: 16
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 10
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Sacrebleu | Gen Len |
69
+ |:-------------:|:-----:|:----:|:---------------:|:---------:|:-------:|
70
+ | 5.9718 | 1.0 | 207 | 3.5105 | 24.1454 | 44.5145 |
71
+ | 2.5392 | 2.0 | 414 | 1.6246 | 28.1486 | 45.45 |
72
+ | 1.46 | 3.0 | 621 | 1.3187 | 30.5425 | 45.375 |
73
+ | 1.2013 | 4.0 | 828 | 1.2437 | 31.2443 | 45.2075 |
74
+ | 1.0869 | 5.0 | 1035 | 1.2084 | 31.0749 | 45.3445 |
75
+ | 1.0083 | 6.0 | 1242 | 1.1851 | 31.167 | 45.35 |
76
+ | 0.9563 | 7.0 | 1449 | 1.1811 | 31.2377 | 45.344 |
77
+ | 0.9149 | 8.0 | 1656 | 1.1719 | 31.2539 | 45.343 |
78
+ | 0.8881 | 9.0 | 1863 | 1.1738 | 31.5399 | 45.145 |
79
+ | 0.872 | 10.0 | 2070 | 1.1714 | 31.404 | 45.259 |
80
+
81
+
82
+ ### Framework versions
83
+
84
+ - Transformers 4.41.2
85
+ - Pytorch 2.3.0+cu121
86
+ - Datasets 2.14.6
87
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": 2,
5
+ "max_length": 200,
6
+ "pad_token_id": 1,
7
+ "transformers_version": "4.41.2"
8
+ }