Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,20 +1,22 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
5 |
dtype: string
|
6 |
-
- name:
|
7 |
dtype: string
|
8 |
- name: views
|
9 |
dtype: int64
|
10 |
- name: instruction
|
11 |
dtype: string
|
|
|
|
|
12 |
splits:
|
13 |
- name: train
|
14 |
-
num_bytes:
|
15 |
num_examples: 341
|
16 |
-
download_size:
|
17 |
-
dataset_size:
|
18 |
---
|
19 |
# Dataset Card for "prompts"
|
20 |
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: context
|
5 |
dtype: string
|
6 |
+
- name: response
|
7 |
dtype: string
|
8 |
- name: views
|
9 |
dtype: int64
|
10 |
- name: instruction
|
11 |
dtype: string
|
12 |
+
- name: category
|
13 |
+
dtype: string
|
14 |
splits:
|
15 |
- name: train
|
16 |
+
num_bytes: 407674
|
17 |
num_examples: 341
|
18 |
+
download_size: 165782
|
19 |
+
dataset_size: 407674
|
20 |
---
|
21 |
# Dataset Card for "prompts"
|
22 |
|