updated
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# BanglishToBanglaTransliteration
|
2 |
|
3 |
**Model Description:**
|
@@ -88,7 +99,6 @@ If you use this model, please cite it as follows:
|
|
88 |
|
89 |
## Acknowledgements
|
90 |
|
91 |
-
Special thanks to [
|
92 |
-
|
93 |
-
---
|
94 |
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- bn
|
5 |
+
- en
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- BanglaT5
|
9 |
+
- Transformers
|
10 |
+
- Transliteration
|
11 |
+
---
|
12 |
# BanglishToBanglaTransliteration
|
13 |
|
14 |
**Model Description:**
|
|
|
99 |
|
100 |
## Acknowledgements
|
101 |
|
102 |
+
Special thanks to [https://www.kaggle.com/datasets/kazalnext/banglish-to-bangla-dataset] for providing the dataset and [csebuetnlp/banglat5] for facilitating the development of this model.
|
|
|
|
|
103 |
|
104 |
+
---
|