saiful9379
commited on
Commit
•
d5380f6
1
Parent(s):
3372d23
pipe line tag add
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
4 |
# Bangla-to-English-Translation
|
5 |
This model has been trained using an encoder-decoder with attention mechanism to translate Bangla to English. The repository containing this model could be a useful starting point for those working on Bangla machine translation. The dataset used for training consists of 195,775 sentence pairs of Bangla and English. Both languages were tokenized using sentencepiece tokenizer, and the vocabulary size was defined as 30,000.
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: translation
|
4 |
---
|
5 |
# Bangla-to-English-Translation
|
6 |
This model has been trained using an encoder-decoder with attention mechanism to translate Bangla to English. The repository containing this model could be a useful starting point for those working on Bangla machine translation. The dataset used for training consists of 195,775 sentence pairs of Bangla and English. Both languages were tokenized using sentencepiece tokenizer, and the vocabulary size was defined as 30,000.
|