anjalyjayakrishnan commited on
Commit
82b1251
1 Parent(s): 8969fed

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_5
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_5
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.4675
20
+ - Bleu: 34.8763
21
+ - Gen Len: 40.6362
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: 5
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.0556 | 22.5137 | 39.5758 |
54
+ | 2.9556 | 2.0 | 796 | 1.6863 | 30.1421 | 39.9786 |
55
+ | 1.8135 | 3.0 | 1194 | 1.5487 | 32.8717 | 40.1963 |
56
+ | 1.5932 | 4.0 | 1592 | 1.4839 | 34.2659 | 40.5695 |
57
+ | 1.5932 | 5.0 | 1990 | 1.4675 | 34.8763 | 40.6362 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.26.0
63
+ - Pytorch 1.10.1+cu113
64
+ - Datasets 2.8.0
65
+ - Tokenizers 0.13.2