File size: 3,501 Bytes
544b55c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': pink primrose
          '1': hard-leaved pocket orchid
          '2': canterbury bells
          '3': sweet pea
          '4': english marigold
          '5': tiger lily
          '6': moon orchid
          '7': bird of paradise
          '8': monkshood
          '9': globe thistle
          '10': snapdragon
          '11': colt's foot
          '12': king protea
          '13': spear thistle
          '14': yellow iris
          '15': globe-flower
          '16': purple coneflower
          '17': peruvian lily
          '18': balloon flower
          '19': giant white arum lily
          '20': fire lily
          '21': pincushion flower
          '22': fritillary
          '23': red ginger
          '24': grape hyacinth
          '25': corn poppy
          '26': prince of wales feathers
          '27': stemless gentian
          '28': artichoke
          '29': sweet william
          '30': carnation
          '31': garden phlox
          '32': love in the mist
          '33': mexican aster
          '34': alpine sea holly
          '35': ruby-lipped cattleya
          '36': cape flower
          '37': great masterwort
          '38': siam tulip
          '39': lenten rose
          '40': barbeton daisy
          '41': daffodil
          '42': sword lily
          '43': poinsettia
          '44': bolero deep blue
          '45': wallflower
          '46': marigold
          '47': buttercup
          '48': oxeye daisy
          '49': common dandelion
          '50': petunia
          '51': wild pansy
          '52': primula
          '53': sunflower
          '54': pelargonium
          '55': bishop of llandaff
          '56': gaura
          '57': geranium
          '58': orange dahlia
          '59': pink-yellow dahlia?
          '60': cautleya spicata
          '61': japanese anemone
          '62': black-eyed susan
          '63': silverbush
          '64': californian poppy
          '65': osteospermum
          '66': spring crocus
          '67': bearded iris
          '68': windflower
          '69': tree poppy
          '70': gazania
          '71': azalea
          '72': water lily
          '73': rose
          '74': thorn apple
          '75': morning glory
          '76': passion flower
          '77': lotus
          '78': toad lily
          '79': anthurium
          '80': frangipani
          '81': clematis
          '82': hibiscus
          '83': columbine
          '84': desert-rose
          '85': tree mallow
          '86': magnolia
          '87': cyclamen
          '88': watercress
          '89': canna lily
          '90': hippeastrum
          '91': bee balm
          '92': ball moss
          '93': foxglove
          '94': bougainvillea
          '95': camellia
          '96': mallow
          '97': mexican petunia
          '98': bromelia
          '99': blanket flower
          '100': trumpet creeper
          '101': blackberry lily
  splits:
  - name: train
    num_bytes: 417673668.5
    num_examples: 1020
  - name: test
    num_bytes: 2519840259.375
    num_examples: 6149
  - name: validation
    num_bytes: 416453523.5
    num_examples: 1020
  download_size: 3354190684
  dataset_size: 3353967451.375
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---