cobrayyxx commited on
Commit
057b844
·
verified ·
1 Parent(s): c4364d6

End of training

Browse files
Files changed (2) hide show
  1. README.md +67 -0
  2. generation_config.json +8 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-nc-4.0
4
+ base_model: facebook/nllb-200-distilled-600M
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - bleu
9
+ - wer
10
+ model-index:
11
+ - name: nllb-IWSLT2025-be-en
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # nllb-IWSLT2025-be-en
19
+
20
+ This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1746
23
+ - Bleu: 27.32
24
+ - Chrf: 51.93
25
+ - Wer: 66.8723
26
+
27
+ ## Model description
28
+
29
+ More information needed
30
+
31
+ ## Intended uses & limitations
32
+
33
+ More information needed
34
+
35
+ ## Training and evaluation data
36
+
37
+ More information needed
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 0.0001
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 8
47
+ - seed: 42
48
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.03
51
+ - num_epochs: 3
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Chrf | Wer |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:-----:|:-----:|:-------:|
57
+ | 0.1635 | 1.0 | 5298 | 0.1829 | 26.01 | 50.37 | 67.2615 |
58
+ | 0.1559 | 2.0 | 10596 | 0.1745 | 27.22 | 51.64 | 66.4082 |
59
+ | 0.1385 | 3.0 | 15894 | 0.1746 | 27.32 | 51.93 | 66.8723 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.47.1
65
+ - Pytorch 2.5.1+cu121
66
+ - Datasets 3.4.1
67
+ - Tokenizers 0.21.0
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.47.1"
8
+ }