Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
4 |
- name: title
|
5 |
dtype: string
|
6 |
- name: ingredients
|
@@ -17,13 +19,13 @@ dataset_info:
|
|
17 |
dtype: string
|
18 |
splits:
|
19 |
- name: train
|
20 |
-
num_bytes:
|
21 |
num_examples: 2008027
|
22 |
- name: test
|
23 |
-
num_bytes:
|
24 |
num_examples: 223115
|
25 |
-
download_size:
|
26 |
-
dataset_size:
|
27 |
configs:
|
28 |
- config_name: default
|
29 |
data_files:
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int64
|
6 |
- name: title
|
7 |
dtype: string
|
8 |
- name: ingredients
|
|
|
19 |
dtype: string
|
20 |
splits:
|
21 |
- name: train
|
22 |
+
num_bytes: 3317395276.3463464
|
23 |
num_examples: 2008027
|
24 |
- name: test
|
25 |
+
num_bytes: 368600943.6536536
|
26 |
num_examples: 223115
|
27 |
+
download_size: 168971675
|
28 |
+
dataset_size: 3685996220.0
|
29 |
configs:
|
30 |
- config_name: default
|
31 |
data_files:
|