Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ tags:
|
|
10 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
11 |
library_name: transformers
|
12 |
pipeline_tag: question-answering
|
|
|
|
|
13 |
---
|
14 |
Bangla LLaMA-4bit is a specialized model for context-based question answering and Bengali retrieval augment generation. It is derived from LLaMA 3 8B and trained on the iamshnoo/alpaca-cleaned-bengali dataset. This model is designed to provide accurate responses in Bengali with relevant contextual information. It is integrated with the transformers library, making it easy to use for context-based question answering and Bengali retrieval augment generation in projects.
|
15 |
|
@@ -86,5 +88,4 @@ The Bangla LLaMA-4bit model has been trained on a limited dataset, and its respo
|
|
86 |
|
87 |
|
88 |
# Resources:
|
89 |
-
Work in progress...
|
90 |
-
|
|
|
10 |
base_model: unsloth/llama-3-8b-bnb-4bit
|
11 |
library_name: transformers
|
12 |
pipeline_tag: question-answering
|
13 |
+
datasets:
|
14 |
+
- iamshnoo/alpaca-cleaned-bengali
|
15 |
---
|
16 |
Bangla LLaMA-4bit is a specialized model for context-based question answering and Bengali retrieval augment generation. It is derived from LLaMA 3 8B and trained on the iamshnoo/alpaca-cleaned-bengali dataset. This model is designed to provide accurate responses in Bengali with relevant contextual information. It is integrated with the transformers library, making it easy to use for context-based question answering and Bengali retrieval augment generation in projects.
|
17 |
|
|
|
88 |
|
89 |
|
90 |
# Resources:
|
91 |
+
Work in progress...
|
|