Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ license: gpl-3.0
|
|
9 |
|
10 |
Welcome to the inaugural release of the Tamil LLaMA 7B base 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 |
-
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](
|
13 |
|
14 |
> **Please Note:** This model, labeled as a foundational Tamil Language Model (LLM), is designed primarily for Causal Language Modeling (LM) purposes. In other words, if you are looking for an instruction following model in Tamil, you may find [abhinand/tamil-llama-7b-instruct-v0.1](https://huggingface.co/abhinand/tamil-llama-7b-instruct-v0.1) more suitable for your needs.
|
15 |
|
@@ -22,6 +22,7 @@ The Tamil LLaMA models have been enhanced and tailored specifically with an exte
|
|
22 |
- **License:** GNU General Public License v3.0
|
23 |
- **Source Model:** [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
24 |
- **Training Precision:** `float16`
|
|
|
25 |
|
26 |
## Related Models
|
27 |
|
@@ -39,7 +40,17 @@ Get to know the creators behind this innovative model and follow their contribut
|
|
39 |
|
40 |
## Citation
|
41 |
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
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.
|
|
|
9 |
|
10 |
Welcome to the inaugural release of the Tamil LLaMA 7B base 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 |
+
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 |
> **Please Note:** This model, labeled as a foundational Tamil Language Model (LLM), is designed primarily for Causal Language Modeling (LM) purposes. In other words, if you are looking for an instruction following model in Tamil, you may find [abhinand/tamil-llama-7b-instruct-v0.1](https://huggingface.co/abhinand/tamil-llama-7b-instruct-v0.1) more suitable for your needs.
|
15 |
|
|
|
22 |
- **License:** GNU General Public License v3.0
|
23 |
- **Source Model:** [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf)
|
24 |
- **Training Precision:** `float16`
|
25 |
+
- **Code:** [GitHub](https://github.com/abhinand5/tamil-llama)
|
26 |
|
27 |
## Related Models
|
28 |
|
|
|
40 |
|
41 |
## Citation
|
42 |
|
43 |
+
If you use this model or the Tamil-Llama dataset in your research, please cite:
|
44 |
+
|
45 |
+
```bibtex
|
46 |
+
@misc{balachandran2023tamilllama,
|
47 |
+
title={Tamil-Llama: A New Tamil Language Model Based on Llama 2},
|
48 |
+
author={Abhinand Balachandran},
|
49 |
+
year={2023},
|
50 |
+
eprint={2311.05845},
|
51 |
+
archivePrefix={arXiv},
|
52 |
+
primaryClass={cs.CL}
|
53 |
+
}
|
54 |
+
```
|
55 |
|
56 |
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.
|