abhinand commited on
Commit
5a6eb75
1 Parent(s): e17f8b3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ta
4
+ - en
5
+ extra_gated_prompt: You agree not to use to conduct experiments that cause harm to human subjects.
6
+ extra_gated_fields:
7
+ Name: text
8
+ Company: text
9
+ Country: text
10
+ I agree to use this model for non-commercial use ONLY: checkbox
11
+ license: gpl-3.0
12
+ ---
13
+
14
+ # Tamil LLaMA 13B Instruct v0.1
15
+
16
+ Welcome to the inaugural release of the Tamil 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.
17
+
18
+ To dive deep into the development and capabilities of this model, please read the [research paper](https://arxiv.org/abs/) and the [introductory blog post](https://intro.com) that outlines our journey and the model's potential impact.
19
+
20
+ ## Model description
21
+
22
+ The Tamil LLaMA models have been enhanced and tailored specifically with an extensive Tamil vocabulary of 16,000 tokens, building upon the foundation set by the original LLaMA-2.
23
+
24
+ - **Model type:** A 13B parameter GPT-like model fine-tuned on [Tamil-Alpaca-Orca](https://huggingface.co/datasets/abhinand/tamil-alpaca-orca) - a mix of Tamil-translated [Stanford-Alpaca](https://huggingface.co/datasets/tatsu-lab/alpaca) and a subset of [OpenOrca](https://huggingface.co/datasets/Open-Orca/OpenOrca) datasets.
25
+ - **Language(s):** Tamil and English
26
+ - **License:** GNU General Public License v3.0
27
+ - **Finetuned from model:** [abhinand/tamil-llama-13b-base-v0.1](https://huggingface.co/abhinand/tamil-llama-13b-v0.1)
28
+ - **Training Precision:** `float16`
29
+
30
+ ## Related Models
31
+
32
+ *Further models and their descriptions will be updated here...*
33
+
34
+ ## Usage Note
35
+
36
+ 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.
37
+
38
+ ## Meet the Developers
39
+
40
+ Get to know the creators behind this innovative model and follow their contributions to the field:
41
+
42
+ - [Abhinand Balachandran](https://github.com/abhinand5)
43
+
44
+ ## Citation
45
+
46
+ *Citation info will be added here once the paper is published*
47
+
48
+
49
+ 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 Tamil language.