anjalyjayakrishnan commited on
Commit
598263c
·
1 Parent(s): e28514b

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
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - bleu
7
+ model-index:
8
+ - name: hi_do_epoch_10
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
+ # hi_do_epoch_10
16
+
17
+ This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.1901
20
+ - Bleu: 40.8348
21
+ - Gen Len: 40.7269
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 10
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
52
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
53
+ | No log | 1.0 | 398 | 2.0113 | 22.4938 | 38.9396 |
54
+ | 2.9232 | 2.0 | 796 | 1.6090 | 30.6633 | 39.8099 |
55
+ | 1.7621 | 3.0 | 1194 | 1.4372 | 34.6834 | 40.3153 |
56
+ | 1.4831 | 4.0 | 1592 | 1.3466 | 36.6566 | 40.6136 |
57
+ | 1.4831 | 5.0 | 1990 | 1.2808 | 38.344 | 40.7986 |
58
+ | 1.3346 | 6.0 | 2388 | 1.2338 | 39.2976 | 40.6419 |
59
+ | 1.233 | 7.0 | 2786 | 1.2122 | 40.1246 | 40.6923 |
60
+ | 1.1768 | 8.0 | 3184 | 1.1983 | 40.5123 | 40.7093 |
61
+ | 1.1437 | 9.0 | 3582 | 1.1935 | 40.8092 | 40.815 |
62
+ | 1.1437 | 10.0 | 3980 | 1.1901 | 40.8348 | 40.7269 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - Transformers 4.26.0
68
+ - Pytorch 1.10.1+cu113
69
+ - Datasets 2.8.0
70
+ - Tokenizers 0.13.2