File size: 1,985 Bytes
1d66141
 
 
 
 
 
fdb90f4
 
30cf6c9
 
1d66141
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fdb90f4
 
 
30cf6c9
 
 
 
 
1d66141
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: meal
    struct:
    - name: items
      list:
      - name: ingredients
        list:
        - name: confidence
          dtype: float64
        - name: grams
          dtype: float64
        - name: name
          dtype: string
        - name: portion
          struct:
          - name: denominator
            dtype: int64
          - name: nominator
            dtype: int64
          - name: unit
            dtype: string
      - name: name
        dtype: string
    - name: nutrients
      list:
      - name: amount
        dtype: float64
      - name: nutrient
        struct:
        - name: id
          dtype: int64
        - name: name
          dtype: string
        - name: rda
          dtype: int64
        - name: rdaMax
          dtype: int64
        - name: rdaMin
          dtype: int64
        - name: unit
          dtype: string
  - name: name
    dtype: string
  - name: nutrients
    list:
    - name: amount
      dtype: float64
    - name: nutrient
      struct:
      - name: id
        dtype: int64
      - name: name
        dtype: string
      - name: rda
        dtype: 'null'
      - name: rdaMax
        dtype: 'null'
      - name: rdaMin
        dtype: 'null'
      - name: unit
        dtype: string
  - name: hints
    dtype: string
  - name: country
    dtype: string
  - name: restaurant
    dtype: string
  - name: num_generations
    dtype: int64
  - name: num_ingredients
    dtype: int64
  - name: image_url
    dtype: string
  splits:
  - name: train
    num_bytes: 315391084.0
    num_examples: 921
  - name: test
    num_bytes: 89555319.0
    num_examples: 263
  - name: validation
    num_bytes: 45687020.0
    num_examples: 132
  download_size: 438693887
  dataset_size: 450633423.0
---