albertvillanova HF staff commited on
Commit
6981991
1 Parent(s): bbaf95d

Replace YAML keys from int to str (#1)

Browse files

- Replace YAML keys from int to str (483665a35f80d8241474d6baf6ce3b26538e9783)

Files changed (1) hide show
  1. README.md +102 -102
README.md CHANGED
@@ -9,7 +9,6 @@ license:
9
  - unknown
10
  multilinguality:
11
  - monolingual
12
- pretty_name: Food-101
13
  size_categories:
14
  - 10K<n<100K
15
  source_datasets:
@@ -19,6 +18,7 @@ task_categories:
19
  task_ids:
20
  - multi-class-image-classification
21
  paperswithcode_id: food-101
 
22
  dataset_info:
23
  features:
24
  - name: image
@@ -27,107 +27,107 @@ dataset_info:
27
  dtype:
28
  class_label:
29
  names:
30
- 0: apple_pie
31
- 1: baby_back_ribs
32
- 2: baklava
33
- 3: beef_carpaccio
34
- 4: beef_tartare
35
- 5: beet_salad
36
- 6: beignets
37
- 7: bibimbap
38
- 8: bread_pudding
39
- 9: breakfast_burrito
40
- 10: bruschetta
41
- 11: caesar_salad
42
- 12: cannoli
43
- 13: caprese_salad
44
- 14: carrot_cake
45
- 15: ceviche
46
- 16: cheesecake
47
- 17: cheese_plate
48
- 18: chicken_curry
49
- 19: chicken_quesadilla
50
- 20: chicken_wings
51
- 21: chocolate_cake
52
- 22: chocolate_mousse
53
- 23: churros
54
- 24: clam_chowder
55
- 25: club_sandwich
56
- 26: crab_cakes
57
- 27: creme_brulee
58
- 28: croque_madame
59
- 29: cup_cakes
60
- 30: deviled_eggs
61
- 31: donuts
62
- 32: dumplings
63
- 33: edamame
64
- 34: eggs_benedict
65
- 35: escargots
66
- 36: falafel
67
- 37: filet_mignon
68
- 38: fish_and_chips
69
- 39: foie_gras
70
- 40: french_fries
71
- 41: french_onion_soup
72
- 42: french_toast
73
- 43: fried_calamari
74
- 44: fried_rice
75
- 45: frozen_yogurt
76
- 46: garlic_bread
77
- 47: gnocchi
78
- 48: greek_salad
79
- 49: grilled_cheese_sandwich
80
- 50: grilled_salmon
81
- 51: guacamole
82
- 52: gyoza
83
- 53: hamburger
84
- 54: hot_and_sour_soup
85
- 55: hot_dog
86
- 56: huevos_rancheros
87
- 57: hummus
88
- 58: ice_cream
89
- 59: lasagna
90
- 60: lobster_bisque
91
- 61: lobster_roll_sandwich
92
- 62: macaroni_and_cheese
93
- 63: macarons
94
- 64: miso_soup
95
- 65: mussels
96
- 66: nachos
97
- 67: omelette
98
- 68: onion_rings
99
- 69: oysters
100
- 70: pad_thai
101
- 71: paella
102
- 72: pancakes
103
- 73: panna_cotta
104
- 74: peking_duck
105
- 75: pho
106
- 76: pizza
107
- 77: pork_chop
108
- 78: poutine
109
- 79: prime_rib
110
- 80: pulled_pork_sandwich
111
- 81: ramen
112
- 82: ravioli
113
- 83: red_velvet_cake
114
- 84: risotto
115
- 85: samosa
116
- 86: sashimi
117
- 87: scallops
118
- 88: seaweed_salad
119
- 89: shrimp_and_grits
120
- 90: spaghetti_bolognese
121
- 91: spaghetti_carbonara
122
- 92: spring_rolls
123
- 93: steak
124
- 94: strawberry_shortcake
125
- 95: sushi
126
- 96: tacos
127
- 97: takoyaki
128
- 98: tiramisu
129
- 99: tuna_tartare
130
- 100: waffles
131
  splits:
132
  - name: train
133
  num_bytes: 3845865322
9
  - unknown
10
  multilinguality:
11
  - monolingual
 
12
  size_categories:
13
  - 10K<n<100K
14
  source_datasets:
18
  task_ids:
19
  - multi-class-image-classification
20
  paperswithcode_id: food-101
21
+ pretty_name: Food-101
22
  dataset_info:
23
  features:
24
  - name: image
27
  dtype:
28
  class_label:
29
  names:
30
+ '0': apple_pie
31
+ '1': baby_back_ribs
32
+ '2': baklava
33
+ '3': beef_carpaccio
34
+ '4': beef_tartare
35
+ '5': beet_salad
36
+ '6': beignets
37
+ '7': bibimbap
38
+ '8': bread_pudding
39
+ '9': breakfast_burrito
40
+ '10': bruschetta
41
+ '11': caesar_salad
42
+ '12': cannoli
43
+ '13': caprese_salad
44
+ '14': carrot_cake
45
+ '15': ceviche
46
+ '16': cheesecake
47
+ '17': cheese_plate
48
+ '18': chicken_curry
49
+ '19': chicken_quesadilla
50
+ '20': chicken_wings
51
+ '21': chocolate_cake
52
+ '22': chocolate_mousse
53
+ '23': churros
54
+ '24': clam_chowder
55
+ '25': club_sandwich
56
+ '26': crab_cakes
57
+ '27': creme_brulee
58
+ '28': croque_madame
59
+ '29': cup_cakes
60
+ '30': deviled_eggs
61
+ '31': donuts
62
+ '32': dumplings
63
+ '33': edamame
64
+ '34': eggs_benedict
65
+ '35': escargots
66
+ '36': falafel
67
+ '37': filet_mignon
68
+ '38': fish_and_chips
69
+ '39': foie_gras
70
+ '40': french_fries
71
+ '41': french_onion_soup
72
+ '42': french_toast
73
+ '43': fried_calamari
74
+ '44': fried_rice
75
+ '45': frozen_yogurt
76
+ '46': garlic_bread
77
+ '47': gnocchi
78
+ '48': greek_salad
79
+ '49': grilled_cheese_sandwich
80
+ '50': grilled_salmon
81
+ '51': guacamole
82
+ '52': gyoza
83
+ '53': hamburger
84
+ '54': hot_and_sour_soup
85
+ '55': hot_dog
86
+ '56': huevos_rancheros
87
+ '57': hummus
88
+ '58': ice_cream
89
+ '59': lasagna
90
+ '60': lobster_bisque
91
+ '61': lobster_roll_sandwich
92
+ '62': macaroni_and_cheese
93
+ '63': macarons
94
+ '64': miso_soup
95
+ '65': mussels
96
+ '66': nachos
97
+ '67': omelette
98
+ '68': onion_rings
99
+ '69': oysters
100
+ '70': pad_thai
101
+ '71': paella
102
+ '72': pancakes
103
+ '73': panna_cotta
104
+ '74': peking_duck
105
+ '75': pho
106
+ '76': pizza
107
+ '77': pork_chop
108
+ '78': poutine
109
+ '79': prime_rib
110
+ '80': pulled_pork_sandwich
111
+ '81': ramen
112
+ '82': ravioli
113
+ '83': red_velvet_cake
114
+ '84': risotto
115
+ '85': samosa
116
+ '86': sashimi
117
+ '87': scallops
118
+ '88': seaweed_salad
119
+ '89': shrimp_and_grits
120
+ '90': spaghetti_bolognese
121
+ '91': spaghetti_carbonara
122
+ '92': spring_rolls
123
+ '93': steak
124
+ '94': strawberry_shortcake
125
+ '95': sushi
126
+ '96': tacos
127
+ '97': takoyaki
128
+ '98': tiramisu
129
+ '99': tuna_tartare
130
+ '100': waffles
131
  splits:
132
  - name: train
133
  num_bytes: 3845865322