Datasets:

Modalities:
Text
Formats:
json
Languages:
Romanian
ArXiv:
Libraries:
Datasets
pandas
License:
mihaimasala commited on
Commit
16f91a9
·
verified ·
1 Parent(s): ceaef3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -3
README.md CHANGED
@@ -1,3 +1,39 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ language:
4
+ - ro
5
+ ---
6
+ ### Dataset Description
7
+
8
+ <!-- Provide a longer summary of what this dataset is. -->
9
+ [databricks-dolly-15k](https://huggingface.co/datasets/databricks/databricks-dolly-15k) is an open source dataset of instruction-following records generated by thousands of Databricks employees.
10
+
11
+ Here we provide the Romanian translation of the databricks-dolly-15k dataset, translated with [Systran](https://www.systransoft.com/).
12
+ This dataset is part of the instruction finetune protocol for Romanian LLMs proposed in *"Vorbeşti Româneşte?" A Recipe to Train Powerful Romanian LLMs with English Instructions* ([Masala et al., 2024](https://arxiv.org/abs/2406.18266))
13
+
14
+
15
+ ## Citation
16
+
17
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
18
+
19
+
20
+ ```bibtex
21
+ @online{DatabricksBlog2023DollyV2,
22
+ author = {Mike Conover and Matt Hayes and Ankit Mathur and Jianwei Xie and Jun Wan and Sam Shah and Ali Ghodsi and Patrick Wendell and Matei Zaharia and Reynold Xin},
23
+ title = {Free Dolly: Introducing the World's First Truly Open Instruction-Tuned LLM},
24
+ year = {2023},
25
+ url = {https://www.databricks.com/blog/2023/04/12/dolly-first-open-commercially-viable-instruction-tuned-llm},
26
+ urldate = {2023-06-30}
27
+ }
28
+ ```
29
+
30
+ ```bibtext
31
+ @article{masala2024vorbecstiromanecsterecipetrain,
32
+ title={"Vorbe\c{s}ti Rom\^ane\c{s}te?" A Recipe to Train Powerful Romanian LLMs with English Instructions},
33
+ author={Mihai Masala and Denis C. Ilie-Ablachim and Alexandru Dima and Dragos Corlatescu and Miruna Zavelca and Ovio Olaru and Simina Terian and Andrei Terian and Marius Leordeanu and Horia Velicu and Marius Popescu and Mihai Dascalu and Traian Rebedea},
34
+ year={2024},
35
+ eprint={2406.18266},
36
+ archivePrefix={arXiv},
37
+ primaryClass={cs.CL}
38
+ }
39
+ ```