File size: 852 Bytes
feb54d7
 
342357e
 
269db7d
 
342357e
4c2a35c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269db7d
 
342357e
 
4c2a35c
cfed17a
 
4c2a35c
cfed17a
 
4c2a35c
cfed17a
4c2a35c
 
342357e
 
 
 
 
cfed17a
 
 
 
342357e
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
---
license: mit
dataset_info:
  features:
  - name: image
    dtype: image
  - name: menu
    struct:
    - name: restaurant
      dtype: string
    - name: address
      dtype: string
    - name: phone
      dtype: string
    - name: business_hours
      dtype: string
    - name: items
      list:
      - name: name
        dtype: string
      - name: price
        dtype: string
  - name: type
    sequence: string
  splits:
  - name: train
    num_bytes: 77410763.0
    num_examples: 80
  - name: validation
    num_bytes: 5655168.0
    num_examples: 10
  - name: test
    num_bytes: 6848416.0
    num_examples: 10
  download_size: 89837368
  dataset_size: 89914347.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---