Update README.md
Browse files
README.md
CHANGED
|
@@ -5,20 +5,22 @@ language:
|
|
| 5 |
- en
|
| 6 |
task_categories:
|
| 7 |
- text-generation
|
| 8 |
-
size_categories:
|
| 9 |
-
- 10K<n<100K
|
| 10 |
dataset_info:
|
| 11 |
features:
|
| 12 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
dtype: string
|
| 14 |
- name: source
|
| 15 |
dtype: string
|
|
|
|
|
|
|
| 16 |
splits:
|
| 17 |
- name: train
|
| 18 |
num_bytes: 125845737
|
| 19 |
num_examples: 50000
|
| 20 |
-
download_size: 74494864
|
| 21 |
-
dataset_size: 125845737
|
| 22 |
configs:
|
| 23 |
- config_name: default
|
| 24 |
data_files:
|
|
|
|
| 5 |
- en
|
| 6 |
task_categories:
|
| 7 |
- text-generation
|
|
|
|
|
|
|
| 8 |
dataset_info:
|
| 9 |
features:
|
| 10 |
+
- name: instruction
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: context
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: response
|
| 15 |
dtype: string
|
| 16 |
- name: source
|
| 17 |
dtype: string
|
| 18 |
+
- name: text
|
| 19 |
+
dtype: string
|
| 20 |
splits:
|
| 21 |
- name: train
|
| 22 |
num_bytes: 125845737
|
| 23 |
num_examples: 50000
|
|
|
|
|
|
|
| 24 |
configs:
|
| 25 |
- config_name: default
|
| 26 |
data_files:
|