|
|
---
|
|
|
license: mit
|
|
|
dataset_info:
|
|
|
features:
|
|
|
- name: title
|
|
|
dtype: string
|
|
|
- name: url
|
|
|
dtype: string
|
|
|
- name: category
|
|
|
dtype: string
|
|
|
- name: author
|
|
|
dtype: string
|
|
|
- name: description
|
|
|
dtype: string
|
|
|
- name: rating
|
|
|
dtype: float64
|
|
|
- name: rating_count
|
|
|
dtype: int64
|
|
|
- name: review_count
|
|
|
dtype: int64
|
|
|
- name: ingredients
|
|
|
dtype: string
|
|
|
- name: directions
|
|
|
dtype: string
|
|
|
- name: prep_time
|
|
|
dtype: string
|
|
|
- name: cook_time
|
|
|
dtype: string
|
|
|
- name: total_time
|
|
|
dtype: string
|
|
|
- name: servings
|
|
|
dtype: int64
|
|
|
- name: yields
|
|
|
dtype: string
|
|
|
- name: calories
|
|
|
dtype: float64
|
|
|
- name: carbohydrates_g
|
|
|
dtype: float64
|
|
|
- name: sugars_g
|
|
|
dtype: float64
|
|
|
- name: fat_g
|
|
|
dtype: float64
|
|
|
- name: saturated_fat_g
|
|
|
dtype: float64
|
|
|
- name: cholesterol_mg
|
|
|
dtype: float64
|
|
|
- name: protein_g
|
|
|
dtype: float64
|
|
|
- name: dietary_fiber_g
|
|
|
dtype: float64
|
|
|
- name: sodium_mg
|
|
|
dtype: float64
|
|
|
- name: calories_from_fat
|
|
|
dtype: float64
|
|
|
- name: calcium_mg
|
|
|
dtype: float64
|
|
|
- name: iron_mg
|
|
|
dtype: float64
|
|
|
- name: magnesium_mg
|
|
|
dtype: float64
|
|
|
- name: potassium_mg
|
|
|
dtype: float64
|
|
|
- name: zinc_mg
|
|
|
dtype: float64
|
|
|
- name: phosphorus_mg
|
|
|
dtype: float64
|
|
|
- name: vitamin_a_iu_IU
|
|
|
dtype: float64
|
|
|
- name: niacin_equivalents_mg
|
|
|
dtype: float64
|
|
|
- name: vitamin_b6_mg
|
|
|
dtype: float64
|
|
|
- name: vitamin_c_mg
|
|
|
dtype: float64
|
|
|
- name: folate_mcg
|
|
|
dtype: float64
|
|
|
- name: thiamin_mg
|
|
|
dtype: float64
|
|
|
- name: riboflavin_mg
|
|
|
dtype: float64
|
|
|
- name: vitamin_e_iu_IU
|
|
|
dtype: float64
|
|
|
- name: vitamin_k_mcg
|
|
|
dtype: float64
|
|
|
- name: biotin_mcg
|
|
|
dtype: float64
|
|
|
- name: vitamin_b12_mcg
|
|
|
dtype: float64
|
|
|
- name: mono_fat_g
|
|
|
dtype: float64
|
|
|
- name: poly_fat_g
|
|
|
dtype: float64
|
|
|
- name: trans_fatty_acid_g
|
|
|
dtype: float64
|
|
|
- name: omega_3_fatty_acid_g
|
|
|
dtype: float64
|
|
|
- name: omega_6_fatty_acid_g
|
|
|
dtype: float64
|
|
|
- name: instructions_list
|
|
|
dtype: string
|
|
|
- name: image
|
|
|
dtype: string
|
|
|
- name: id
|
|
|
dtype: int64
|
|
|
- name: has_image_file
|
|
|
dtype: bool
|
|
|
- name: wrong_image
|
|
|
dtype: bool
|
|
|
- name: with_image
|
|
|
dtype: bool
|
|
|
- name: __index_level_0__
|
|
|
dtype: int64
|
|
|
- name: img_tensor
|
|
|
dtype: image
|
|
|
splits:
|
|
|
- name: train
|
|
|
num_bytes: 7685443782.847745
|
|
|
num_examples: 85651
|
|
|
- name: test
|
|
|
num_bytes: 1921383378.1522548
|
|
|
num_examples: 21413
|
|
|
download_size: 9548388225
|
|
|
dataset_size: 9606827161.0
|
|
|
configs:
|
|
|
- config_name: default
|
|
|
data_files:
|
|
|
- split: train
|
|
|
path: data/train-*
|
|
|
- split: test
|
|
|
path: data/test-*
|
|
|
---
|
|
|
|