williamhtan commited on
Commit
0b7ed68
·
verified ·
1 Parent(s): eee2964

End of training

Browse files
Files changed (3) hide show
  1. README.md +65 -0
  2. generation_config.json +8 -0
  3. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: facebook/nllb-200-distilled-600M
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: nllb-200-distilled-600M_dyu-fra
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/tanihaha/huggingface/runs/3q6o5id1)
16
+ # nllb-200-distilled-600M_dyu-fra
17
+
18
+ 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.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 2.1351
21
+ - Bleu: 8.0857
22
+ - Gen Len: 12.4534
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: 2e-05
42
+ - train_batch_size: 64
43
+ - eval_batch_size: 64
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 4
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
53
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
54
+ | No log | 1.0 | 127 | 2.2543 | 6.9492 | 12.5554 |
55
+ | No log | 2.0 | 254 | 2.1730 | 7.8245 | 12.363 |
56
+ | No log | 3.0 | 381 | 2.1442 | 8.0013 | 12.4174 |
57
+ | 2.4578 | 4.0 | 508 | 2.1351 | 8.0857 | 12.4534 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.42.4
63
+ - Pytorch 2.3.0+cu121
64
+ - Datasets 2.20.0
65
+ - 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.42.4"
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:833f2fa7ab94d7b64b84e1017561cfe060b4fc60a6bb6009351afbed34ce7c6b
3
  size 2460354912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b78d821103d5715f7cdbb9f45e9079b2b69de1f9f4b0cf1592d5a89a9a6170
3
  size 2460354912