Jezia commited on
Commit
40564d7
1 Parent(s): 1062599

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: facebook/nllb-200-distilled-600M
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: nllb-200-distilled-600M-finetuned-ar-to-en
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # nllb-200-distilled-600M-finetuned-ar-to-en
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: 0.7281
21
+ - Bleu: 63.3172
22
+ - Gen Len: 65.7
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: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 10
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
53
+ | 1.4803 | 1.0 | 695 | 0.9925 | 48.0036 | 68.092 |
54
+ | 1.0588 | 2.0 | 1390 | 0.8618 | 53.6714 | 67.794 |
55
+ | 0.8397 | 3.0 | 2085 | 0.8034 | 56.8749 | 67.316 |
56
+ | 0.7816 | 4.0 | 2780 | 0.7718 | 59.7588 | 65.822 |
57
+ | 0.7349 | 5.0 | 3475 | 0.7509 | 60.9155 | 66.205 |
58
+ | 0.6737 | 6.0 | 4170 | 0.7422 | 61.9048 | 65.348 |
59
+ | 0.6373 | 7.0 | 4865 | 0.7338 | 62.8549 | 65.607 |
60
+ | 0.617 | 8.0 | 5560 | 0.7308 | 63.6105 | 65.335 |
61
+ | 0.6068 | 9.0 | 6255 | 0.7276 | 63.452 | 65.594 |
62
+ | 0.5913 | 10.0 | 6950 | 0.7281 | 63.3172 | 65.7 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.31.0
68
+ - Pytorch 1.13.1
69
+ - Datasets 2.14.4
70
+ - Tokenizers 0.13.3