shhossain commited on
Commit
4ed83c1
·
1 Parent(s): f426b25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - opus100
5
+ language:
6
+ - bn
7
+ - en
8
+ metrics:
9
+ - sacrebleu
10
+ pipeline_tag: translation
11
+ widget:
12
+ - text: "Will you come home tonight?"
13
+ example_title: "Example 1"
14
+ - text: "I am so sorry this is a day late, guys. Unfortunately, my internet was down so it was out of my control."
15
+ example_title: "Example 2"
16
  ---
17
+
18
+ ### English-Bengali
19
+ This model is fintuned on `Helsinki-NLP/opus-mt-en-inc` for English to Bangla Translation.
20
+
21
+ * source group: English
22
+ * target group: Bengali
23
+ * Original Model (Helsinki-NLP/opus-mt-en-inc)[Helsinki-NLP/opus-mt-en-inc]
24
+
25
+ * model: transformer-align
26
+ * source language(s): eng
27
+ * target language(s): ben
28
+ * model: transformer-align
29
+ * pre-processing: normalization + SentencePiece (spm32k,spm32k)
30
+