juliensimon commited on
Commit
db39d19
1 Parent(s): 9e2a4dc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +124 -0
README.md ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: baby_back_ribs
12
+ 2: baklava
13
+ 3: beef_carpaccio
14
+ 4: beef_tartare
15
+ 5: beet_salad
16
+ 6: beignets
17
+ 7: bibimbap
18
+ 8: boeuf_bourguignon
19
+ 9: bread_pudding
20
+ 10: breakfast_burrito
21
+ 11: bruschetta
22
+ 12: caesar_salad
23
+ 13: cannoli
24
+ 14: caprese_salad
25
+ 15: carrot_cake
26
+ 16: ceviche
27
+ 17: cheese_plate
28
+ 18: cheesecake
29
+ 19: chicken_curry
30
+ 20: chicken_quesadilla
31
+ 21: chicken_wings
32
+ 22: chocolate_cake
33
+ 23: chocolate_mousse
34
+ 24: churros
35
+ 25: clam_chowder
36
+ 26: club_sandwich
37
+ 27: crab_cakes
38
+ 28: creme_brulee
39
+ 29: croque_madame
40
+ 30: cup_cakes
41
+ 31: deviled_eggs
42
+ 32: donuts
43
+ 33: dumplings
44
+ 34: edamame
45
+ 35: eggs_benedict
46
+ 36: escargots
47
+ 37: falafel
48
+ 38: filet_mignon
49
+ 39: fish_and_chips
50
+ 40: foie_gras
51
+ 41: french_fries
52
+ 42: french_onion_soup
53
+ 43: french_toast
54
+ 44: fried_calamari
55
+ 45: fried_rice
56
+ 46: frozen_yogurt
57
+ 47: garlic_bread
58
+ 48: gnocchi
59
+ 49: greek_salad
60
+ 50: grilled_cheese_sandwich
61
+ 51: grilled_salmon
62
+ 52: guacamole
63
+ 53: gyoza
64
+ 54: hamburger
65
+ 55: hot_and_sour_soup
66
+ 56: hot_dog
67
+ 57: huevos_rancheros
68
+ 58: hummus
69
+ 59: ice_cream
70
+ 60: lasagna
71
+ 61: lobster_bisque
72
+ 62: lobster_roll_sandwich
73
+ 63: macaroni_and_cheese
74
+ 64: macarons
75
+ 65: miso_soup
76
+ 66: mussels
77
+ 67: nachos
78
+ 68: omelette
79
+ 69: onion_rings
80
+ 70: oysters
81
+ 71: pad_thai
82
+ 72: paella
83
+ 73: pancakes
84
+ 74: panna_cotta
85
+ 75: peking_duck
86
+ 76: pho
87
+ 77: pizza
88
+ 78: pork_chop
89
+ 79: poutine
90
+ 80: prime_rib
91
+ 81: pulled_pork_sandwich
92
+ 82: ramen
93
+ 83: ravioli
94
+ 84: red_velvet_cake
95
+ 85: risotto
96
+ 86: samosa
97
+ 87: sashimi
98
+ 88: scallops
99
+ 89: seaweed_salad
100
+ 90: shrimp_and_grits
101
+ 91: spaghetti_bolognese
102
+ 92: spaghetti_carbonara
103
+ 93: spring_rolls
104
+ 94: steak
105
+ 95: strawberry_shortcake
106
+ 96: sushi
107
+ 97: tacos
108
+ 98: takoyaki
109
+ 99: tiramisu
110
+ 100: tuna_tartare
111
+ 101: waffles
112
+ splits:
113
+ - name: test
114
+ num_bytes: 1461368965.25
115
+ num_examples: 25500
116
+ - name: train
117
+ num_bytes: 4285789478.25
118
+ num_examples: 76500
119
+ download_size: 5534173074
120
+ dataset_size: 5747158443.5
121
+ ---
122
+ # Dataset Card for "food102"
123
+
124
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)