nymtheescobar commited on
Commit
9a826d3
1 Parent(s): 5a2b33f

Create readme

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