Upload dataset
Browse files
README.md
CHANGED
@@ -1,16 +1,18 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
4 |
- name: ingredients
|
5 |
sequence: string
|
6 |
- name: instructions
|
7 |
dtype: string
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes:
|
11 |
num_examples: 1
|
12 |
-
download_size:
|
13 |
-
dataset_size:
|
14 |
configs:
|
15 |
- config_name: default
|
16 |
data_files:
|
@@ -24,4 +26,4 @@ tags:
|
|
24 |
- cooking
|
25 |
- baking
|
26 |
pretty_name: Recipes
|
27 |
-
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: name
|
5 |
+
dtype: string
|
6 |
- name: ingredients
|
7 |
sequence: string
|
8 |
- name: instructions
|
9 |
dtype: string
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 136
|
13 |
num_examples: 1
|
14 |
+
download_size: 1958
|
15 |
+
dataset_size: 136
|
16 |
configs:
|
17 |
- config_name: default
|
18 |
data_files:
|
|
|
26 |
- cooking
|
27 |
- baking
|
28 |
pretty_name: Recipes
|
29 |
+
---
|