Varsha00 commited on
Commit
3258404
1 Parent(s): 400920c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -3
README.md CHANGED
@@ -1,3 +1,55 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Helsinki/opus-mt-en-mul
4
+ datasets:
5
+ - ai4bharat/samanantar
6
+ language:
7
+ - en
8
+ - hi
9
+ metrics:
10
+ - bleu
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
+ # tamil-finetuning
17
+
18
+ This model is a fine-tuned version of [Helsinki/opus-mt-en-mul](https://huggingface.co/Helsinki-NLP/opus-mt-en-mul) on the samanantar dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - eval_loss: 0.3531
21
+ - eval_bleu: 14.4184
22
+ - eval_gen_len: 32.6451
23
+ - eval_runtime: 7195.8762
24
+ - eval_samples_per_second: 2.223
25
+ - eval_steps_per_second: 2.223
26
+ - epoch: 2.0
27
+ - step: 8000
28
+
29
+ ## Model description
30
+
31
+ Helsinki/opus-mt-en-mul finetuned for translation task in Hindi language
32
+
33
+ ## Training and evaluation data
34
+
35
+ ai4bharath/samanantar
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 2e-5
41
+ - warmup_steps: 500
42
+ - gradient_accumulation_steps: 2
43
+ - total_train_batch_size: 16
44
+ - num_epochs: 1
45
+
46
+ ### Benchamark Evaluation
47
+ -BLEU score on Tatoeba: 12.33471341
48
+ -BLUE score on IN-22: 26.00960094
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.42.3
53
+ - Pytorch 2.1.2
54
+ - Datasets 2.20.0
55
+ - Tokenizers 0.19.1