PedroSampaio commited on
Commit
9973dad
·
1 Parent(s): f72c96c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +134 -2
README.md CHANGED
@@ -1,5 +1,137 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  language:
3
  - en
4
+ license: mit
5
+ dataset_info:
6
+ features:
7
+ - name: image
8
+ dtype: image
9
+ - name: label
10
+ dtype:
11
+ class_label:
12
+ names:
13
+ '0': Apple Braeburn
14
+ '1': Apple Crimson Snow
15
+ '2': Apple Golden
16
+ '3': Apple Granny Smith
17
+ '4': Apple Pink Lady
18
+ '5': Apple Red
19
+ '6': Apple Red Delicious
20
+ '7': Apple Red Yellow
21
+ '8': Apricot
22
+ '9': Avocado
23
+ '10': Avocado ripe
24
+ '11': Banana
25
+ '12': Banana Lady Finger
26
+ '13': Banana Red
27
+ '14': Beetroot
28
+ '15': Blueberry
29
+ '16': Cactus fruit
30
+ '17': Cantaloupe
31
+ '18': Carambula
32
+ '19': Cauliflower
33
+ '20': Cherry
34
+ '21': Cherry Rainier
35
+ '22': Cherry Wax Black
36
+ '23': Cherry Wax Red
37
+ '24': Cherry Wax Yellow
38
+ '25': Chestnut
39
+ '26': Clementine
40
+ '27': Cocos
41
+ '28': Corn
42
+ '29': Corn Husk
43
+ '30': Cucumber Ripe
44
+ '31': Dates
45
+ '32': Eggplant
46
+ '33': Fig
47
+ '34': Ginger Root
48
+ '35': Granadilla
49
+ '36': Grape Blue
50
+ '37': Grape Pink
51
+ '38': Grape White
52
+ '39': Grapefruit Pink
53
+ '40': Grapefruit White
54
+ '41': Guava
55
+ '42': Hazelnut
56
+ '43': Huckleberry
57
+ '44': Kaki
58
+ '45': Kiwi
59
+ '46': Kohlrabi
60
+ '47': Kumquats
61
+ '48': Lemon
62
+ '49': Lemon Meyer
63
+ '50': Limes
64
+ '51': Lychee
65
+ '52': Mandarine
66
+ '53': Mango
67
+ '54': Mango Red
68
+ '55': Mangostan
69
+ '56': Maracuja
70
+ '57': Melon Piel de Sapo
71
+ '58': Mulberry
72
+ '59': Nectarine
73
+ '60': Nectarine Flat
74
+ '61': Nut Forest
75
+ '62': Nut Pecan
76
+ '63': Onion Red
77
+ '64': Onion Red Peeled
78
+ '65': Onion White
79
+ '66': Orange
80
+ '67': Papaya
81
+ '68': Passion Fruit
82
+ '69': Peach
83
+ '70': Peach Flat
84
+ '71': Pear
85
+ '72': Pear Abate
86
+ '73': Pear Forelle
87
+ '74': Pear Kaiser
88
+ '75': Pear Monster
89
+ '76': Pear Red
90
+ '77': Pear Stone
91
+ '78': Pear Williams
92
+ '79': Pepino
93
+ '80': Pepper Green
94
+ '81': Pepper Orange
95
+ '82': Pepper Red
96
+ '83': Pepper Yellow
97
+ '84': Physalis
98
+ '85': Physalis with Husk
99
+ '86': Pineapple
100
+ '87': Pineapple Mini
101
+ '88': Pitahaya Red
102
+ '89': Plum
103
+ '90': Pomegranate
104
+ '91': Pomelo Sweetie
105
+ '92': Potato Red
106
+ '93': Potato Red Washed
107
+ '94': Potato Sweet
108
+ '95': Potato White
109
+ '96': Quince
110
+ '97': Rambutan
111
+ '98': Raspberry
112
+ '99': Redcurrant
113
+ '100': Salak
114
+ '101': Strawberry
115
+ '102': Strawberry Wedge
116
+ '103': Tamarillo
117
+ '104': Tangelo
118
+ '105': Tomato
119
+ '106': Tomato Cherry Red
120
+ '107': Tomato Heart
121
+ '108': Tomato Maroon
122
+ '109': Tomato Yellow
123
+ '110': Tomato not Ripened
124
+ '111': Walnut
125
+ '112': Watermelon
126
+ splits:
127
+ - name: train
128
+ num_bytes: 329958484.13
129
+ num_examples: 67690
130
+ download_size: 298968818
131
+ dataset_size: 329958484.13
132
+ configs:
133
+ - config_name: default
134
+ data_files:
135
+ - split: train
136
+ path: data/train-*
137
+ ---