Update README.md
Browse files
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/
|
| 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 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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] -->
|