rungalileo
commited on
Commit
•
27a00b2
1
Parent(s):
2e27b80
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': apple_pie
|
11 |
+
'1': beef_tartare
|
12 |
+
'2': beignets
|
13 |
+
'3': carrot_cake
|
14 |
+
'4': cheesecake
|
15 |
+
'5': cheese_plate
|
16 |
+
'6': chicken_wings
|
17 |
+
'7': chocolate_cake
|
18 |
+
'8': chocolate_mousse
|
19 |
+
'9': dumplings
|
20 |
+
'10': edamame
|
21 |
+
'11': filet_mignon
|
22 |
+
'12': french_fries
|
23 |
+
'13': fried_calamari
|
24 |
+
'14': guacamole
|
25 |
+
'15': ice_cream
|
26 |
+
'16': macarons
|
27 |
+
'17': miso_soup
|
28 |
+
'18': nachos
|
29 |
+
'19': onion_rings
|
30 |
+
'20': pizza
|
31 |
+
'21': poutine
|
32 |
+
'22': red_velvet_cake
|
33 |
+
'23': steak
|
34 |
+
'24': strawberry_shortcake
|
35 |
+
'25': tiramisu
|
36 |
+
'26': waffles
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 1010337492.0
|
40 |
+
num_examples: 20250
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 334516930.25
|
43 |
+
num_examples: 6750
|
44 |
+
download_size: 1327834336
|
45 |
+
dataset_size: 1344854422.25
|
46 |
+
---
|
47 |
+
# Dataset Card for "food27"
|
48 |
+
|
49 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|