Update README.md
Browse files
README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
language:
|
| 3 |
-
- en
|
| 4 |
-
- te
|
| 5 |
-
pipeline_tag: translation
|
| 6 |
-
library_name: transformers
|
| 7 |
-
tags:
|
| 8 |
-
- translation
|
| 9 |
-
- mbart
|
| 10 |
-
- english
|
| 11 |
-
- telugu
|
| 12 |
-
- nlp
|
| 13 |
-
license: mit
|
| 14 |
-
datasets:
|
| 15 |
-
- Shreya3095/TeluguTranslator
|
| 16 |
-
base_model:
|
| 17 |
-
- facebook/mbart-large-50-many-to-many-mmt
|
| 18 |
-
---
|
| 19 |
|
| 20 |
# English → Telugu Translation (mBART)
|
| 21 |
|
|
@@ -157,6 +157,17 @@ print(tokenizer.batch_decode(outputs, skip_special_tokens=True)[0])
|
|
| 157 |
|
| 158 |
---
|
| 159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
## 👤 Author
|
| 161 |
|
| 162 |
**T Mohamed Yaser**
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
- te
|
| 5 |
+
pipeline_tag: translation
|
| 6 |
+
library_name: transformers
|
| 7 |
+
tags:
|
| 8 |
+
- translation
|
| 9 |
+
- mbart
|
| 10 |
+
- english
|
| 11 |
+
- telugu
|
| 12 |
+
- nlp
|
| 13 |
+
license: mit
|
| 14 |
+
datasets:
|
| 15 |
+
- Shreya3095/TeluguTranslator
|
| 16 |
+
base_model:
|
| 17 |
+
- facebook/mbart-large-50-many-to-many-mmt
|
| 18 |
+
---
|
| 19 |
|
| 20 |
# English → Telugu Translation (mBART)
|
| 21 |
|
|
|
|
| 157 |
|
| 158 |
---
|
| 159 |
|
| 160 |
+
## Acknowledgements
|
| 161 |
+
|
| 162 |
+
This project was developed as part of a hands-on learning workshop
|
| 163 |
+
conducted by **Vijender P** at **Alumnx AI Labs** during the
|
| 164 |
+
"GPU Hours" session on fine-tuning and deploying large AI models.
|
| 165 |
+
|
| 166 |
+
The deployment, debugging, Hugging Face integration, and demo Space
|
| 167 |
+
were independently implemented by the author as a learning exercise.
|
| 168 |
+
|
| 169 |
+
---
|
| 170 |
+
|
| 171 |
## 👤 Author
|
| 172 |
|
| 173 |
**T Mohamed Yaser**
|