File size: 2,744 Bytes
56cecde 7eaa47a dd30747 7eaa47a dd30747 56cecde |
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 |
---
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-*
---
|