Leonel-Maia commited on
Commit
3629823
·
verified ·
1 Parent(s): ac80e44

Model save

Browse files
Files changed (3) hide show
  1. README.md +81 -0
  2. generation_config.json +8 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ model-index:
10
+ - name: nllb_complete
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # nllb_complete
18
+
19
+ This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.8285
22
+ - Bleu: 17.1412
23
+ - Gen Len: 17.896
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 3e-05
43
+ - train_batch_size: 4
44
+ - eval_batch_size: 4
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 16
47
+ - total_train_batch_size: 64
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_steps: 5000
51
+ - num_epochs: 24.0
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
57
+ |:-------------:|:-------:|:------:|:---------------:|:-------:|:-------:|
58
+ | 2.1296 | 1.4834 | 10000 | 2.0709 | 9.9056 | 20.1323 |
59
+ | 2.0253 | 2.9668 | 20000 | 1.9697 | 11.7423 | 19.27 |
60
+ | 1.8771 | 4.4503 | 30000 | 1.9199 | 13.3983 | 18.9643 |
61
+ | 1.7891 | 5.9338 | 40000 | 1.8851 | 14.1016 | 18.3833 |
62
+ | 1.7159 | 7.4173 | 50000 | 1.8680 | 14.8584 | 18.2797 |
63
+ | 1.6594 | 8.9007 | 60000 | 1.8473 | 15.8809 | 18.3863 |
64
+ | 1.6609 | 10.3842 | 70000 | 1.8406 | 15.8588 | 18.159 |
65
+ | 1.6358 | 11.8676 | 80000 | 1.8319 | 16.4395 | 18.4773 |
66
+ | 1.5623 | 13.3511 | 90000 | 1.8298 | 16.8956 | 18.3217 |
67
+ | 1.5534 | 14.8345 | 100000 | 1.8218 | 16.8725 | 18.5327 |
68
+ | 1.498 | 16.3180 | 110000 | 1.8286 | 16.6418 | 17.9697 |
69
+ | 1.4663 | 17.8014 | 120000 | 1.8252 | 17.2847 | 17.9357 |
70
+ | 1.4309 | 19.2849 | 130000 | 1.8299 | 17.027 | 17.7263 |
71
+ | 1.4398 | 20.7684 | 140000 | 1.8270 | 17.0189 | 18.1353 |
72
+ | 1.4534 | 22.2519 | 150000 | 1.8292 | 17.04 | 17.9637 |
73
+ | 1.4441 | 23.7353 | 160000 | 1.8285 | 17.1412 | 17.896 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.50.3
79
+ - Pytorch 2.7.0+cu126
80
+ - Datasets 3.5.0
81
+ - Tokenizers 0.21.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.50.3"
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dcc464e4cfd86174e7640b236602553fc2905205888e939edb8a90e65764f07
3
  size 2460354912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd21fecf4050e467abf66a7e2b5824086bd5937326103f80f2dad06f46ea9181
3
  size 2460354912