Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,21 +3,22 @@ dataset_info:
|
|
3 |
features:
|
4 |
- name: input
|
5 |
dtype: string
|
6 |
-
- name: output
|
7 |
-
dtype: string
|
8 |
-
- name: instruction
|
9 |
-
dtype: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
-
num_bytes:
|
13 |
-
num_examples:
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
19 |
- split: train
|
20 |
path: data/train-*
|
|
|
|
|
21 |
---
|
22 |
# Dataset Card for "labeled-recipes"
|
23 |
|
|
|
3 |
features:
|
4 |
- name: input
|
5 |
dtype: string
|
|
|
|
|
|
|
|
|
6 |
splits:
|
7 |
- name: train
|
8 |
+
num_bytes: 2514467.7
|
9 |
+
num_examples: 4500
|
10 |
+
- name: test
|
11 |
+
num_bytes: 279385.3
|
12 |
+
num_examples: 500
|
13 |
+
download_size: 1470612
|
14 |
+
dataset_size: 2793853.0
|
15 |
configs:
|
16 |
- config_name: default
|
17 |
data_files:
|
18 |
- split: train
|
19 |
path: data/train-*
|
20 |
+
- split: test
|
21 |
+
path: data/test-*
|
22 |
---
|
23 |
# Dataset Card for "labeled-recipes"
|
24 |
|