omerfaksoy commited on
Commit
5d2bf1e
·
verified ·
1 Parent(s): ed08ca1

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: structured
4
+ features:
5
+ - name: recipe_name
6
+ dtype: string
7
+ - name: ingredients
8
+ list: string
9
+ - name: steps
10
+ list: string
11
+ - name: category
12
+ dtype: string
13
+ - name: ingredient_count
14
+ dtype: int64
15
+ - name: step_count
16
+ dtype: int64
17
+ - name: raw_ingredients
18
+ dtype: string
19
+ - name: raw_steps
20
+ dtype: string
21
+ splits:
22
+ - name: train
23
+ num_bytes: 113737857
24
+ num_examples: 59814
25
+ - name: validation
26
+ num_bytes: 14321213
27
+ num_examples: 7477
28
+ - name: test
29
+ num_bytes: 14288139
30
+ num_examples: 7477
31
+ download_size: 104937678
32
+ dataset_size: 142347209
33
+ configs:
34
+ - config_name: structured
35
+ data_files:
36
+ - split: train
37
+ path: structured/train-*
38
+ - split: validation
39
+ path: structured/validation-*
40
+ - split: test
41
+ path: structured/test-*
42
+ ---
structured/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a5afb648194875abf437244a199b786aa9dd3a5e196b3f288ba38d38850317
3
+ size 10552782
structured/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82084e0ad8e5c31db3cf6e36ff5775f51729659802ebb08a072fec04b79f0bc6
3
+ size 83801712
structured/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0179f5361ea608039580ca7bc6e10901b198b93e963e7ab7ab9a715fbffea51e
3
+ size 10583184