Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,8 +1,29 @@
|
|
1 |
---
|
2 |
-
task_categories:
|
3 |
-
- text-generation
|
4 |
size_categories:
|
5 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
a backup of https://huggingface.co/datasets/WizardLM/WizardLM_evol_instruct_V2_196k
|
|
|
1 |
---
|
|
|
|
|
2 |
size_categories:
|
3 |
- 100K<n<1M
|
4 |
+
task_categories:
|
5 |
+
- text-generation
|
6 |
+
configs:
|
7 |
+
- config_name: default
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: data/train-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: idx
|
14 |
+
dtype: string
|
15 |
+
- name: conversations
|
16 |
+
list:
|
17 |
+
- name: from
|
18 |
+
dtype: string
|
19 |
+
- name: value
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 336773957
|
24 |
+
num_examples: 143000
|
25 |
+
download_size: 162285753
|
26 |
+
dataset_size: 336773957
|
27 |
---
|
28 |
|
29 |
a backup of https://huggingface.co/datasets/WizardLM/WizardLM_evol_instruct_V2_196k
|