brishtiteveja commited on
Commit
a5986f8
1 Parent(s): 0fd5be2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +73 -0
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - bn
4
+ - en
5
+ license: llama2
6
+ ---
7
+
8
+ # Bangla LLaMA 13B Instruct v0.1
9
+
10
+ Welcome to the inaugural release of the Bangla LLaMA 13B instruct model – an important step in advancing LLMs for the Tamil 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
+ - **Training Precision:** `float16`
21
+ - **Code:** [GitHub](https://github.com/BanglaLLM/bangla-llama)
22
+
23
+ ## Prompting Format
24
+
25
+ **Prompt Template Without Input**
26
+
27
+ ```
28
+ {system_prompt}
29
+
30
+ ### Instruction:
31
+ {instruction or query}
32
+
33
+ ### Response:
34
+ {response}
35
+ ```
36
+
37
+ **Prompt Template With Input**
38
+
39
+ ```
40
+ {system_prompt}
41
+
42
+ ### Instruction:
43
+ {instruction or query}
44
+
45
+ ### Input:
46
+ {input}
47
+
48
+ ### Response:
49
+ {response}
50
+ ```
51
+
52
+ ## Related Models
53
+
54
+ | Model | Type | Data | Base Model | # Params | Download Links |
55
+ |--------------------------|-----------------------------|-------------------|----------------------|------|------------------------------------------------------------------------|
56
+ | Bangla LLaMA 7B Base | Base model | 12GB | LLaMA 7B | 7B | [HF Hub](https://huggingface.co/banglallm/bangla-llama-7b-base-v0.1) |
57
+ | Bangla LLaMA 13B Base | Base model | 4GB | LLaMA 13B | 13B | [HF Hub](https://huggingface.co/banglallm/bangla-llama-13b-base-v0.1) |
58
+ | Bangla LLaMA 7B Instruct | Instruction following model | 145k instructions | Bangla LLaMA 7B Base | 7B | [HF Hub](https://huggingface.co/banglallm/bangla-llama-7b-instruct-v0.1) |
59
+ | Bangla LLaMA 13B Instruct | Instruction following model | 145k instructions | Bangla LLaMA 13B Base | 13B | [HF Hub](banglallm/bangla-llama-13b-instruct-v0.1) |
60
+
61
+ ## Usage Note
62
+
63
+ 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.
64
+
65
+ ## Meet the Developers
66
+
67
+ Get to know the creators behind this innovative model and follow their contributions to the field:
68
+
69
+ - [Abdullah Khan Zehady](https://www.linkedin.com/in/abdullah-khan-zehady-915ba024/)
70
+
71
+ ## Citation
72
+
73
+ 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.