Update README.md
Browse files
README.md
CHANGED
|
@@ -13,3 +13,28 @@ datasets:
|
|
| 13 |
- aaditya/orca_dpo_pairs-Hindi_
|
| 14 |
pipeline_tag: text-generation
|
| 15 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- aaditya/orca_dpo_pairs-Hindi_
|
| 14 |
pipeline_tag: text-generation
|
| 15 |
---
|
| 16 |
+
# Model
|
| 17 |
+
|
| 18 |
+
# 🐘 Gaja
|
| 19 |
+
Gaja is a Hindi/Hinglish chat model, initially trained on SarvamAI's OpenHathi model and further fine-tuned for conversational interactions.
|
| 20 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/6487239cca30096ea9f52115/sLgskU1h2Tih_bJo0ktYR.jpeg" width="600" alt="Image">
|
| 21 |
+
|
| 22 |
+
# Additional Information
|
| 23 |
+
- It outperforms Airavata, AI4Bharat's chat version, on Huggingface OpenLLM benchmark suite.
|
| 24 |
+
- It was fine-tuned on only 1k samples
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
# 💬 Prompt template
|
| 28 |
+
|
| 29 |
+
```
|
| 30 |
+
<|im_start|>user
|
| 31 |
+
{}<|im_end|>
|
| 32 |
+
<|im_start|>assistant
|
| 33 |
+
{}<|im_end|>
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
# 😎 Features:
|
| 37 |
+
- Language Support: Gaja is designed to understand and generate responses in both Hindi and Hinglish, catering to a diverse range of users.
|
| 38 |
+
- Base Model: Built upon SarvamAI's OpenHathi model, Gaja inherits its foundational capabilities while being optimized for conversational tasks.
|
| 39 |
+
- Fine-tuning: Gaja has undergone fine-tuning specifically for chat-based interactions, enhancing its ability to engage in meaningful conversations with users.
|
| 40 |
+
- Experimental Platform: With its flexibility and adaptability, Gaja serves as a valuable platform for conducting experiments and exploring innovative approaches to chatbot development.
|