Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,14 +1,45 @@
|
|
1 |
---
|
2 |
-
license: cc-by-sa-3.0
|
3 |
-
task_categories:
|
4 |
-
- text-generation
|
5 |
-
- text2text-generation
|
6 |
language:
|
7 |
- es
|
8 |
- fr
|
9 |
- de
|
10 |
- en
|
11 |
-
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- es
|
4 |
- fr
|
5 |
- de
|
6 |
- en
|
7 |
+
license: cc-by-sa-3.0
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
+
task_categories:
|
11 |
+
- text-generation
|
12 |
+
- text2text-generation
|
13 |
+
pretty_name: oa-dolly-15k-multilingual
|
14 |
+
configs:
|
15 |
+
- config_name: default
|
16 |
+
data_files:
|
17 |
+
- split: train
|
18 |
+
path: data/train-*
|
19 |
+
dataset_info:
|
20 |
+
features:
|
21 |
+
- name: INSTRUCTION
|
22 |
+
dtype: string
|
23 |
+
- name: INSTRUCTION_EN
|
24 |
+
dtype: string
|
25 |
+
- name: RESPONSE_EN
|
26 |
+
dtype: string
|
27 |
+
- name: RESPONSE
|
28 |
+
dtype: string
|
29 |
+
- name: SOURCE
|
30 |
+
dtype: string
|
31 |
+
- name: METADATA
|
32 |
+
struct:
|
33 |
+
- name: CATEGORY
|
34 |
+
dtype: string
|
35 |
+
- name: CONTEXT
|
36 |
+
dtype: string
|
37 |
+
- name: LANG
|
38 |
+
dtype: string
|
39 |
+
splits:
|
40 |
+
- name: train
|
41 |
+
num_bytes: 83303276
|
42 |
+
num_examples: 60060
|
43 |
+
download_size: 51404893
|
44 |
+
dataset_size: 83303276
|
45 |
+
---
|