abhinand commited on
Commit
6338b24
1 Parent(s): 6708681

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -9,7 +9,7 @@ license: gpl-3.0
9
 
10
  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.
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](https://intro.com) that outlines our journey and the model's potential impact.
13
 
14
  ## Model description
15
 
@@ -66,7 +66,18 @@ Get to know the creators behind this innovative model and follow their contribut
66
 
67
  ## Citation
68
 
69
- *Citation info will be added here once the paper is published*
 
 
 
 
 
 
 
 
 
 
 
70
 
71
 
72
  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 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.
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
 
 
66
 
67
  ## Citation
68
 
69
+ If you use this model or any of the the Tamil-Llama datasets in your research, please cite:
70
+
71
+ ```bibtex
72
+ @misc{balachandran2023tamilllama,
73
+ title={Tamil-Llama: A New Tamil Language Model Based on Llama 2},
74
+ author={Abhinand Balachandran},
75
+ year={2023},
76
+ eprint={2311.05845},
77
+ archivePrefix={arXiv},
78
+ primaryClass={cs.CL}
79
+ }
80
+ ```
81
 
82
 
83
  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.