StatsGary commited on
Commit
b9da43b
1 Parent(s): 286e400

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +105 -1
README.md CHANGED
@@ -36,7 +36,111 @@ It achieves the following results on the evaluation set:
36
 
37
  ## Model description
38
 
39
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
 
41
  ## Intended uses & limitations
42
 
 
36
 
37
  ## Model description
38
 
39
+ Model trained on the food classification dataset trained on labels:
40
+
41
+ 0 apple_pie
42
+ 1 baby_back_ribs
43
+ 2 baklava
44
+ 3 beef_carpaccio
45
+ 4 beef_tartare
46
+ 5 beet_salad
47
+ 6 beignets
48
+ 7 bibimbap
49
+ 8 bread_pudding
50
+ 9 breakfast_burrito
51
+ 10 bruschetta
52
+ 11 caesar_salad
53
+ 12 cannoli
54
+ 13 caprese_salad
55
+ 14 carrot_cake
56
+ 15 ceviche
57
+ 16 cheesecake
58
+ 17 cheese_plate
59
+ 18 chicken_curry
60
+ 19 chicken_quesadilla
61
+ 20 chicken_wings
62
+ 21 chocolate_cake
63
+ 22 chocolate_mousse
64
+ 23 churros
65
+ 24 clam_chowder
66
+ 25 club_sandwich
67
+ 26 crab_cakes
68
+ 27 creme_brulee
69
+ 28 croque_madame
70
+ 29 cup_cakes
71
+ 30 deviled_eggs
72
+ 31 donuts
73
+ 32 dumplings
74
+ 33 edamame
75
+ 34 eggs_benedict
76
+ 35 escargots
77
+ 36 falafel
78
+ 37 filet_mignon
79
+ 38 fish_and_chips
80
+ 39 foie_gras
81
+ 40 french_fries
82
+ 41 french_onion_soup
83
+ 42 french_toast
84
+ 43 fried_calamari
85
+ 44 fried_rice
86
+ 45 frozen_yogurt
87
+ 46 garlic_bread
88
+ 47 gnocchi
89
+ 48 greek_salad
90
+ 49 grilled_cheese_sandwich
91
+ 50 grilled_salmon
92
+ 51 guacamole
93
+ 52 gyoza
94
+ 53 hamburger
95
+ 54 hot_and_sour_soup
96
+ 55 hot_dog
97
+ 56 huevos_rancheros
98
+ 57 hummus
99
+ 58 ice_cream
100
+ 59 lasagna
101
+ 60 lobster_bisque
102
+ 61 lobster_roll_sandwich
103
+ 62 macaroni_and_cheese
104
+ 63 macarons
105
+ 64 miso_soup
106
+ 65 mussels
107
+ 66 nachos
108
+ 67 omelette
109
+ 68 onion_rings
110
+ 69 oysters
111
+ 70 pad_thai
112
+ 71 paella
113
+ 72 pancakes
114
+ 73 panna_cotta
115
+ 74 peking_duck
116
+ 75 pho
117
+ 76 pizza
118
+ 77 pork_chop
119
+ 78 poutine
120
+ 79 prime_rib
121
+ 80 pulled_pork_sandwich
122
+ 81 ramen
123
+ 82 ravioli
124
+ 83 red_velvet_cake
125
+ 84 risotto
126
+ 85 samosa
127
+ 86 sashimi
128
+ 87 scallops
129
+ 88 seaweed_salad
130
+ 89 shrimp_and_grits
131
+ 90 spaghetti_bolognese
132
+ 91 spaghetti_carbonara
133
+ 92 spring_rolls
134
+ 93 steak
135
+ 94 strawberry_shortcake
136
+ 95 sushi
137
+ 96 tacos
138
+ 97 takoyaki
139
+ 98 tiramisu
140
+ 99 tuna_tartare
141
+ 100 waffles
142
+
143
+ The model is then used to detect new images and produce a classification based on what it thinks is in the model.
144
 
145
  ## Intended uses & limitations
146