--- 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-* ---