brishtiteveja commited on
Commit
841b35f
1 Parent(s): 515cdb7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -1,3 +1,67 @@
1
  ---
 
 
 
2
  license: llama2
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - bn
4
+ - en
5
  license: llama2
6
  ---
7
+
8
+ # Bangla LLaMA 13B base v0.1 - GGUF Format (For use in LM Studio)
9
+
10
+ Welcome to the inaugural release of the Bangla LLaMA 13B base model – an important step in advancing LLMs for the Bangla language. This model is ready for immediate inference and is also primed for further fine-tuning to cater to your specific NLP tasks.
11
+
12
+ ## Model description
13
+
14
+ The Bangla LLaMA models have been enhanced and tailored specifically with an extensive Bangla vocabulary of 16,000 tokens, building upon the foundation set by the original LLaMA-2.
15
+
16
+ - **Model type:** A 13B parameter GPT-like model fine-tuned on [Bangla-Alpaca-Orca](https://huggingface.co/datasets/BanglaLLM/Bangla-alpaca-orca) - a mix of Bangla-translated [Stanford-Alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca) and a subset of [OpenOrca](https://huggingface.co/datasets/Open-Orca/OpenOrca) datasets.
17
+ - **Language(s):** Bangla and English
18
+ - **License:** GNU General Public License v3.0
19
+ - **Finetuned from model:** [BanglaLLM/Bangla-llama-13b-base-v0.1](https://huggingface.co/BanglaLLM/Bangla-llama-13b-base-v0.1)
20
+ - **Quantized from model:** [BanglaLLM/Bangla-llama-13b-base-v0.1](https://huggingface.co/BanglaLLM/Bangla-llama-13b-base-v0.1)
21
+ - **Training Precision:** `float16`
22
+ - **Code:** [GitHub](https://github.com/BanglaLLM/Bangla-llama)
23
+
24
+ ## Prompting Format
25
+
26
+ **Prompt Template Without Input**
27
+
28
+ ```
29
+ {system_prompt}
30
+
31
+ ### Instruction:
32
+ {instruction or query}
33
+
34
+ ### Response:
35
+ {response}
36
+ ```
37
+
38
+ **Prompt Template With Input**
39
+
40
+ ```
41
+ {system_prompt}
42
+
43
+ ### Instruction:
44
+ {instruction or query}
45
+
46
+ ### Input:
47
+ {input}
48
+
49
+ ### Response:
50
+ {response}
51
+ ```
52
+
53
+ ## Usage Note
54
+
55
+ It's important to note that the models have not undergone detoxification. Therefore, while they possess impressive linguistic capabilities, there is a possibility for them to generate content that could be deemed harmful or offensive. We urge users to exercise discretion and supervise the model's outputs closely, especially in public or sensitive applications.
56
+
57
+ ## Meet the Developers
58
+
59
+ Get to know the creators behind this innovative model and follow their contributions to the field:
60
+
61
+ - [Abdullah Khan Zehady](https://www.linkedin.com/in/abdullah-khan-zehady-915ba024/)
62
+
63
+ ## Citation
64
+
65
+
66
+
67
+ We hope this model serves as a valuable tool in your NLP toolkit and look forward to seeing the advancements it will enable in the understanding and generation of the Bangla language.