yoda-chicken commited on
Commit
9eeec8e
·
verified ·
1 Parent(s): d2fb540

Upload folder using huggingface_hub

Browse files
pseudokitchens/info.json ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_size": 10000,
3
+ "val_size": 1000,
4
+ "test_size": 1000,
5
+ "object_counts": {
6
+ "ingredient_counts": {
7
+ "Apple": 5,
8
+ "Banana": 5,
9
+ "Butter": 2,
10
+ "Carrot": 2,
11
+ "Cheese": 3,
12
+ "Chilli": 1,
13
+ "Chocolate": 2,
14
+ "Courgette": 1,
15
+ "Egg": 5,
16
+ "Flour": 1,
17
+ "Garlic": 4,
18
+ "Macaroni": 1,
19
+ "Meat": 2,
20
+ "Milk": 4,
21
+ "Mince": 1,
22
+ "Oil": 4,
23
+ "Onion": 3,
24
+ "Orange": 5,
25
+ "Pear": 5,
26
+ "Pepper": 3,
27
+ "Pineapple": 2,
28
+ "Potato": 5,
29
+ "Rice": 1,
30
+ "Spaghetti": 1,
31
+ "Spice": 36,
32
+ "Sugar": 4,
33
+ "Syrup": 2,
34
+ "Tin Tomatoes": 1,
35
+ "Yoghurt": 6
36
+ },
37
+ "n_random_objects": 10,
38
+ "n_kitchens": 5
39
+ },
40
+ "ingredient_groups": {
41
+ "Fruit": [
42
+ "Banana",
43
+ "Orange",
44
+ "Apple",
45
+ "Pear",
46
+ "Pineapple"
47
+ ],
48
+ "Vegetables": [
49
+ "Onion",
50
+ "Carrot",
51
+ "Potato",
52
+ "Pepper",
53
+ "Courgette"
54
+ ],
55
+ "Pasta": [
56
+ "Macaroni",
57
+ "Spaghetti"
58
+ ]
59
+ },
60
+ "recipes": {
61
+ "Fruit Salad": [
62
+ "Fruit"
63
+ ],
64
+ "Vegetable Pasta": [
65
+ "Pasta",
66
+ "Onion",
67
+ "Garlic",
68
+ "Oil",
69
+ "Vegetables",
70
+ "Spice",
71
+ "Tin Tomatoes"
72
+ ],
73
+ "Risotto": [
74
+ "Cheese",
75
+ "Onion",
76
+ "Garlic",
77
+ "Vegetables",
78
+ "Oil",
79
+ "Spice",
80
+ "Rice"
81
+ ],
82
+ "Chips": [
83
+ "Potato",
84
+ "Oil",
85
+ "Flour",
86
+ "Garlic",
87
+ "Spice"
88
+ ],
89
+ "Chilli": [
90
+ "Mince",
91
+ "Oil",
92
+ "Onion",
93
+ "Garlic",
94
+ "Chilli",
95
+ "Tin Tomatoes",
96
+ "Spice",
97
+ "Rice"
98
+ ],
99
+ "Smoothie": [
100
+ "Milk",
101
+ "Yoghurt",
102
+ "Fruit"
103
+ ],
104
+ "Hot Chocolate": [
105
+ "Chocolate",
106
+ "Milk"
107
+ ],
108
+ "Banana Bread": [
109
+ "Butter",
110
+ "Sugar",
111
+ "Egg",
112
+ "Flour",
113
+ "Banana"
114
+ ],
115
+ "Chocolate Fudge Cake": [
116
+ "Egg",
117
+ "Sugar",
118
+ "Oil",
119
+ "Flour",
120
+ "Chocolate",
121
+ "Syrup",
122
+ "Milk"
123
+ ],
124
+ "Carbonara": [
125
+ "Garlic",
126
+ "Meat",
127
+ "Butter",
128
+ "Cheese",
129
+ "Egg",
130
+ "Spaghetti",
131
+ "Spice"
132
+ ]
133
+ }
134
+ }
pseudokitchens/test.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2969af03bcc3399a06ec6bbf80fd0a15030565d45374a2ebaff2ebe19caecd33
3
+ size 489697280
pseudokitchens/train.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3d62a6b228778e843a5ed26adf674656019f283894fca54ac9e74d30d8180e6
3
+ size 4873564160
pseudokitchens/val.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e991a63c2339a729aee4f226227f820c409b08a370ce5429be2b33796e53653
3
+ size 489543680