Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - bn
4
+ - en
5
+ license: llama3
6
+ base_model: meta-llama/Meta-Llama-3.1-8B
7
+ datasets:
8
+ - uonlp/CulturaX
9
+ tags:
10
+ - bangla
11
+ - banglaLLM
12
+ - banglaNLP
13
+ - LLM
14
+ - LLama
15
+ - Transformer
16
+ ---
17
+
18
+ # Bangla LLaMA 8B Bangla2B Instruct v0.1 [finetune]
19
+
20
+ Welcome to the inaugural release of the Bangla LLaMA 8B unolp-culturax instruct model – an important step in advancing LLMs for the Bangla language. This model is ready for immediate inference.
21
+
22
+ > **Please Note:** This model, labeled as a foundational Bangla Language Model (LLM), is designed primarily for Causal Language Modeling (LM) purposes.
23
+
24
+ ## Model description
25
+
26
+ 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-3.
27
+
28
+ - **Model type:** A 8B parameter model for Causal LM pre-trained on unolp/culturax dataset.
29
+ - **Language(s):** Bangla and English
30
+ - **License:** GNU General Public License v3.0
31
+ - **Source Model:** [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B)
32
+ - **Training Precision:** `float16`
33
+ - **Code:** [GitHub](https://github.com/abhinand5/bangla-llama)
34
+
35
+ ## Related Models
36
+
37
+ | Model | Type | Data | Base Model | # Params | Download Links |
38
+ |--------------------------|-----------------------------|-------------------|----------------------|------|------------------------------------------------------------------------|
39
+ | Bangla LLaMA 7B Base | Base model | 12GB | LLaMA 7B | 7B | [HF Hub](https://huggingface.co/BanglaLLM/bangla-llama-7b-base-v0.1) |
40
+ | Bangla LLaMA 13B Base | Base model | 4GB | LLaMA 13B | 13B | [HF Hub](https://huggingface.co/BanglaLLM/bangla-llama-13b-base-v0.1) |
41
+ | 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) |
42
+ | Bangla LLaMA 13B Instruct | Instruction following model | 145k instructions | Bangla LLaMA 13B Base | 13B | [HF Hub](BanglaLLM/bangla-llama-13b-instruct-v0.1) |
43
+
44
+ ## Usage Note
45
+
46
+ 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.
47
+
48
+ ## Meet the Developers
49
+
50
+ Get to know the creators behind this innovative model and follow their contributions to the field:
51
+
52
+ - [Abdullah Khan Zehady](https://www.linkedin.com/in/abdullah-khan-zehady-915ba024/)
53
+
54
+ ## Citation
55
+
56
+
57
+ 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.