Add pipeline.
#1
by
spitfire4794
- opened
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.
|
@@ -61,4 +62,4 @@ NVIDIA GeForce 3090: 24 GB
|
|
61 |
1. https://torchtutorialstaging.z5.web.core.windows.net/beginner/translation_transformer.html
|
62 |
2. https://arusl.medium.com/japanese-english-language-translation-with-transformer-using-pytorch-243738146806
|
63 |
3. https://github.com/hyunwoongko/transformer
|
64 |
-
4. https://www.kaggle.com/datasets/ari994/banglaenglishtransliteration
|
|
|
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.
|
|
|
62 |
1. https://torchtutorialstaging.z5.web.core.windows.net/beginner/translation_transformer.html
|
63 |
2. https://arusl.medium.com/japanese-english-language-translation-with-transformer-using-pytorch-243738146806
|
64 |
3. https://github.com/hyunwoongko/transformer
|
65 |
+
4. https://www.kaggle.com/datasets/ari994/banglaenglishtransliteration
|