prashanth commited on
Commit
d5832c9
1 Parent(s): 0c40b5c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ datasets:
5
+ - hindi_english_machine_translation
6
+ metrics:
7
+ - bleu
8
+ model-index:
9
+ - name: mbart-large-cc25-ind_finetun-en-to-hi
10
+ results:
11
+ - task:
12
+ name: Sequence-to-sequence Language Modeling
13
+ type: text2text-generation
14
+ dataset:
15
+ name: hindi_english_machine_translation
16
+ type: hindi_english_machine_translation
17
+ args: hi-en
18
+ metrics:
19
+ - name: Bleu
20
+ type: bleu
21
+ value: 7.8242
22
+ ---
23
+
24
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
25
+ should probably proofread and complete it, then remove this comment. -->
26
+
27
+ # mbart-large-cc25-ind_finetun-en-to-hi
28
+
29
+ This model is a fine-tuned version of [facebook/mbart-large-cc25](https://huggingface.co/facebook/mbart-large-cc25) on the hindi_english_machine_translation dataset.
30
+ It achieves the following results on the evaluation set:
31
+ - Loss: 1.8148
32
+ - Bleu: 7.8242
33
+ - Gen Len: 75.28
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 2e-05
53
+ - train_batch_size: 8
54
+ - eval_batch_size: 8
55
+ - seed: 42
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - num_epochs: 1
59
+
60
+ ### Training results
61
+
62
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
63
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:-------:|
64
+ | 3.3247 | 1.0 | 620 | 1.8148 | 7.8242 | 75.28 |
65
+
66
+
67
+ ### Framework versions
68
+
69
+ - Transformers 4.19.1
70
+ - Pytorch 1.11.0+cu102
71
+ - Datasets 1.18.0
72
+ - Tokenizers 0.12.1