m-elio commited on
Commit
42af852
1 Parent(s): b07838f

Update model card with citation

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -62,4 +62,13 @@ model = AutoModelForCausalLM.from_pretrained(model_id, load_in_8bit=True)
62
 
63
  If you use this model in your research, please cite the following:
64
 
65
- *Coming soon*!
 
 
 
 
 
 
 
 
 
 
62
 
63
  If you use this model in your research, please cite the following:
64
 
65
+ ```bibtex
66
+ @misc{basile2023llamantino,
67
+ title={LLaMAntino: LLaMA 2 Models for Effective Text Generation in Italian Language},
68
+ author={Pierpaolo Basile and Elio Musacchio and Marco Polignano and Lucia Siciliani and Giuseppe Fiameni and Giovanni Semeraro},
69
+ year={2023},
70
+ eprint={2312.09993},
71
+ archivePrefix={arXiv},
72
+ primaryClass={cs.CL}
73
+ }
74
+ ```