File size: 2,668 Bytes
35b7fbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5cdd4de
 
 
 
 
 
 
 
9593b0e
 
 
d3aefc4
 
 
 
 
 
35b7fbb
 
1d3719e
35b7fbb
1d3719e
 
35b7fbb
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
---
dataset_info:
  features:
  - name: RecipeId
    dtype: float64
  - name: Name
    dtype: string
  - name: AuthorId
    dtype: int64
  - name: AuthorName
    dtype: string
  - name: CookTime
    dtype: int64
  - name: PrepTime
    dtype: int64
  - name: TotalTime
    dtype: int64
  - name: DatePublished
    dtype: timestamp[us, tz=UTC]
  - name: Description
    dtype: string
  - name: Images
    sequence: string
  - name: RecipeCategory
    dtype: string
  - name: Keywords
    sequence: string
  - name: RecipeIngredientQuantities
    sequence: string
  - name: RecipeIngredientParts
    sequence: string
  - name: AggregatedRating
    dtype: float64
  - name: ReviewCount
    dtype: float64
  - name: Calories
    dtype: float64
  - name: FatContent
    dtype: float64
  - name: SaturatedFatContent
    dtype: float64
  - name: CholesterolContent
    dtype: float64
  - name: SodiumContent
    dtype: float64
  - name: CarbohydrateContent
    dtype: float64
  - name: FiberContent
    dtype: float64
  - name: SugarContent
    dtype: float64
  - name: ProteinContent
    dtype: float64
  - name: RecipeServings
    dtype: float64
  - name: RecipeInstructions
    sequence: string
  - name: Tools
    sequence: string
  - name: ServingsSource
    dtype: string
  - name: MealType
    dtype: string
  - name: DishType
    dtype: string
  - name: Skill
    dtype: string
  - name: gluten
    dtype: bool
  - name: crustaceans
    dtype: bool
  - name: eggs
    dtype: bool
  - name: fish
    dtype: bool
  - name: peanuts
    dtype: bool
  - name: soybeans
    dtype: bool
  - name: milk
    dtype: bool
  - name: nuts
    dtype: bool
  - name: celery
    dtype: bool
  - name: mustard
    dtype: bool
  - name: sesame-seeds
    dtype: bool
  - name: sulphur-dioxide-and-sulphites
    dtype: bool
  - name: lupin
    dtype: bool
  - name: molluscs
    dtype: bool
  - name: vegan
    dtype: bool
  - name: vegetarian
    dtype: bool
  - name: halal
    dtype: bool
  - name: fructose
    dtype: bool
  - name: ServingsComputed
    dtype: float64
  - name: recipe_text
    dtype: string
  - name: recipe_embedding
    sequence: float32
    length: 768
  - name: ingredients_embedding
    sequence: float32
    length: 768
  - name: recipe_embedding_no_key
    sequence: float32
    length: 768
  - name: base_recipe_embeddings_ingr_instr
    sequence: float32
    length: 768
  - name: base_name_embedding
    sequence: float32
    length: 768
  splits:
  - name: train
    num_bytes: 477695899
    num_examples: 27201
  download_size: 537093647
  dataset_size: 477695899
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---