mihaimasala commited on
Commit
a99b3f3
·
verified ·
1 Parent(s): a828f84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -9
README.md CHANGED
@@ -31,7 +31,7 @@ OpenLLM represents the first open-source effort to build a LLM specialized for R
31
  <!-- Provide the basic links for the model. -->
32
 
33
  - **Repository:** https://github.com/OpenLLM-Ro/llama-recipes
34
- - **Paper:** https://arxiv.org/abs/2406.18266
35
 
36
  ## Intended Use
37
 
@@ -97,15 +97,19 @@ print(tokenizer.decode(outputs[0]))
97
  |*RoLlama2-7b-Chat* | [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Chat) |
98
 
99
 
100
- <!--
101
  ## Citation
102
 
103
- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section.
104
-
105
- **BibTeX:**
106
-
107
- [More Information Needed]
108
-
109
- **APA:**
 
 
 
 
 
110
 
111
  [More Information Needed] -->
 
31
  <!-- Provide the basic links for the model. -->
32
 
33
  - **Repository:** https://github.com/OpenLLM-Ro/llama-recipes
34
+ - **Paper:** https://arxiv.org/abs/2405.07703
35
 
36
  ## Intended Use
37
 
 
97
  |*RoLlama2-7b-Chat* | [link](https://huggingface.co/OpenLLM-Ro/RoLlama2-7b-Chat) |
98
 
99
 
 
100
  ## Citation
101
 
102
+ ```
103
+ @misc{masala2024openllmrotechnicalreport,
104
+ title={OpenLLM-Ro -- Technical Report on Open-source Romanian LLMs},
105
+ author={Mihai Masala and Denis C. Ilie-Ablachim and Dragos Corlatescu and Miruna Zavelca and Marius Leordeanu and Horia Velicu and Marius Popescu and Mihai Dascalu and Traian Rebedea},
106
+ year={2024},
107
+ eprint={2405.07703},
108
+ archivePrefix={arXiv},
109
+ primaryClass={cs.CL},
110
+ url={https://arxiv.org/abs/2405.07703},
111
+ }
112
+ ```
113
+ <!-- **APA:**
114
 
115
  [More Information Needed] -->