kinleyrabgay commited on
Commit
143553a
·
verified ·
1 Parent(s): 9cee4fd

Model save

Browse files
Files changed (3) hide show
  1. README.md +68 -0
  2. generation_config.json +8 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-nc-4.0
4
+ base_model: kinleyrabgay/nllb-200-600M-dzo-eng
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: nllb-200-600M-dzo-eng-30k
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-200-600M-dzo-eng-30k
18
+
19
+ This model is a fine-tuned version of [kinleyrabgay/nllb-200-600M-dzo-eng](https://huggingface.co/kinleyrabgay/nllb-200-600M-dzo-eng) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0678
22
+ - Bleu: 63.0623
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: 3e-05
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 4
44
+ - seed: 42
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 8
47
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 5
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Bleu |
55
+ |:-------------:|:-----:|:-----:|:---------------:|:-------:|
56
+ | 0.0688 | 1.0 | 2500 | 0.0644 | 62.0343 |
57
+ | 0.0543 | 2.0 | 5000 | 0.0634 | 62.8454 |
58
+ | 0.0444 | 3.0 | 7500 | 0.0643 | 63.3940 |
59
+ | 0.0377 | 4.0 | 10000 | 0.0658 | 63.4416 |
60
+ | 0.0315 | 5.0 | 12500 | 0.0678 | 63.0623 |
61
+
62
+
63
+ ### Framework versions
64
+
65
+ - Transformers 4.52.4
66
+ - Pytorch 2.6.0+cu124
67
+ - Datasets 3.6.0
68
+ - 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.52.4"
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a051d960c33a9a1c919221228375ed25551f4f6de507ea120e6a7d27bc210c80
3
  size 2460354912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d242b75702d505cb871f8b00e3c245a94ca5bb287b03a865998c6b20aeed9a18
3
  size 2460354912