brishtiteveja commited on
Commit
83234dc
·
verified ·
1 Parent(s): c16b85d

Created Model card readme

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ta
4
+ - en
5
+ license: llama2
6
+ ---
7
+
8
+ # Bangla LLaMA 7B Instruct v0.1
9
+
10
+ Welcome to the inaugural release of the Bangla LLaMA 7B instruct 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
+ To dive deep into the development and capabilities of this model, please read the [research paper](https://arxiv.org/abs/2311.05845) and the [introductory blog post (WIP)]() that outlines our journey and the model's potential impact.
13
+
14
+ ## Model description
15
+
16
+ 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.
17
+
18
+ - **Model type:** A 7B 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.
19
+ - **Language(s):** Bangla and English
20
+ - **License:** GNU General Public License v3.0
21
+ - **Finetuned from model:** [BanglaLLM/Bangla-llama-7b-base-v0.1](https://huggingface.co/BanglaLLM/Bangla-llama-7b-base-v0.1)
22
+ - **Training Precision:** `float16`
23
+ - **Code:** [GitHub](https://github.com/BanglaLLM/Bangla-llama)
24
+
25
+ ## Prompting Format
26
+
27
+ **Prompt Template Without Input**
28
+
29
+ ```
30
+ {system_prompt}
31
+
32
+ ### Instruction:
33
+ {instruction or query}
34
+
35
+ ### Response:
36
+ {response}
37
+ ```
38
+
39
+ **Prompt Template With Input**
40
+
41
+ ```
42
+ {system_prompt}
43
+
44
+ ### Instruction:
45
+ {instruction or query}
46
+
47
+ ### Input:
48
+ {input}
49
+
50
+ ### Response:
51
+ {response}
52
+ ```
53
+
54
+ ## Related Models
55
+
56
+ | Model | Type | Data | Base Model | # Params | Download Links |
57
+ |--------------------------|-----------------------------|-------------------|----------------------|------|------------------------------------------------------------------------|
58
+ | Bangla LLaMA 7B Base | Base model | 12GB | LLaMA 7B | 7B | [HF Hub](https://huggingface.co/BanglaLLM/Bangla-llama-7b-base-v0.1) |
59
+ | Bangla LLaMA 13B Base | Base model | 4GB | LLaMA 13B | 13B | [HF Hub](https://huggingface.co/BanglaLLM/Bangla-llama-13b-base-v0.1) |
60
+ | 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) |
61
+ | Bangla LLaMA 13B Instruct | Instruction following model | 145k instructions | Bangla LLaMA 13B Base | 13B | [HF Hub](BanglaLLM/Bangla-llama-13b-instruct-v0.1) |
62
+
63
+ ## Usage Note
64
+
65
+ 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.
66
+
67
+ ## Meet the Developers
68
+
69
+ Get to know the creators behind this innovative model and follow their contributions to the field:
70
+
71
+ - [Abdullah Khan Zehady](https://www.linkedin.com/in/abdullah-khan-zehady-915ba024/)
72
+
73
+ ## Citation
74
+
75
+
76
+
77
+ 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.