Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ pipeline_tag: question-answering
|
|
14 |
---
|
15 |
|
16 |
|
17 |
-
Bangla LLaMA is a specialized model for context-based question answering and Bengali retrieval augment generation. It is derived from LLaMA 3
|
18 |
|
19 |
|
20 |
# How to Use:
|
@@ -75,7 +75,3 @@ print(answer)
|
|
75 |
# Disclaimer:
|
76 |
|
77 |
The Bangla LLaMA model has been trained on a limited dataset, and its responses may not always be perfect or accurate. The model's performance is dependent on the quality and quantity of the data it has been trained on. Given more resources, such as high-quality data and longer training time, the model's performance can be significantly improved.
|
78 |
-
|
79 |
-
|
80 |
-
# Resources:
|
81 |
-
|
|
|
14 |
---
|
15 |
|
16 |
|
17 |
+
Bangla LLaMA is a specialized model for context-based question answering and Bengali retrieval augment generation. It is derived from LLaMA 3.2 1B 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.
|
18 |
|
19 |
|
20 |
# How to Use:
|
|
|
75 |
# Disclaimer:
|
76 |
|
77 |
The Bangla LLaMA model has been trained on a limited dataset, and its responses may not always be perfect or accurate. The model's performance is dependent on the quality and quantity of the data it has been trained on. Given more resources, such as high-quality data and longer training time, the model's performance can be significantly improved.
|
|
|
|
|
|
|
|