Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,12 @@ tags:
|
|
19 |
---
|
20 |
# Project Hinglish - A Hinglish to English Language Translater.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
Project Hinglish aims to develop a high-performance language translation model capable of translating Hinglish (a blend of Hindi and English commonly used in informal communication in India) to standard English.
|
23 |
The model is fine-tuned over gemma-2b using PEFT(LoRA) method using the rank 128. Aim of this model is for handling the unique syntactical and lexical characteristics of Hinglish.
|
24 |
|
|
|
19 |
---
|
20 |
# Project Hinglish - A Hinglish to English Language Translater.
|
21 |
|
22 |
+
<p align="center">
|
23 |
+
<a href="https://www.buymeacoffee.com/rudrashah" target="_blank">
|
24 |
+
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;">
|
25 |
+
</a>
|
26 |
+
</p>
|
27 |
+
|
28 |
Project Hinglish aims to develop a high-performance language translation model capable of translating Hinglish (a blend of Hindi and English commonly used in informal communication in India) to standard English.
|
29 |
The model is fine-tuned over gemma-2b using PEFT(LoRA) method using the rank 128. Aim of this model is for handling the unique syntactical and lexical characteristics of Hinglish.
|
30 |
|