trajkovnikola commited on
Commit
445a1cd
1 Parent(s): 9af572b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -18,4 +18,20 @@ configs:
18
  data_files:
19
  - split: train
20
  path: data/train-*
 
 
 
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  data_files:
19
  - split: train
20
  path: data/train-*
21
+ license: cc-by-nc-4.0
22
+ language:
23
+ - mk
24
  ---
25
+
26
+ This is a machine translated version of Databricks's Dolly dataset https://huggingface.co/datasets/databricks/databricks-dolly-15k
27
+
28
+ If you use this dataset in your work please cite the original dataset.
29
+ ```
30
+ @online{DatabricksBlog2023DollyV2,
31
+ 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},
32
+ title = {Free Dolly: Introducing the World's First Truly Open Instruction-Tuned LLM},
33
+ year = {2023},
34
+ url = {https://www.databricks.com/blog/2023/04/12/dolly-first-open-commercially-viable-instruction-tuned-llm},
35
+ urldate = {2023-06-30}
36
+ }
37
+ ```