Jezia commited on
Commit
230e6e4
1 Parent(s): 77efc78

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_augmented_MT_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_augmented_MT_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.7204
21
+ - Bleu: 64.0069
22
+ - Gen Len: 65.416
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.0557 | 1.0 | 2195 | 0.9595 | 49.4737 | 68.419 |
54
+ | 0.9159 | 2.0 | 4390 | 0.8377 | 55.3155 | 67.247 |
55
+ | 0.8074 | 3.0 | 6585 | 0.7898 | 58.8942 | 66.102 |
56
+ | 0.7441 | 4.0 | 8780 | 0.7559 | 60.8889 | 65.846 |
57
+ | 0.6963 | 5.0 | 10975 | 0.7395 | 61.3835 | 66.31 |
58
+ | 0.641 | 6.0 | 13170 | 0.7320 | 62.4226 | 65.985 |
59
+ | 0.6106 | 7.0 | 15365 | 0.7257 | 62.8285 | 65.505 |
60
+ | 0.5826 | 8.0 | 17560 | 0.7212 | 63.5372 | 65.474 |
61
+ | 0.5766 | 9.0 | 19755 | 0.7195 | 63.8042 | 65.525 |
62
+ | 0.5533 | 10.0 | 21950 | 0.7204 | 64.0069 | 65.416 |
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