will33am commited on
Commit
fe60c43
1 Parent(s): 7bc84a5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +123 -0
README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: image
5
+ dtype: image
6
+ - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': pink primrose
11
+ '1': hard-leaved pocket orchid
12
+ '2': canterbury bells
13
+ '3': sweet pea
14
+ '4': english marigold
15
+ '5': tiger lily
16
+ '6': moon orchid
17
+ '7': bird of paradise
18
+ '8': monkshood
19
+ '9': globe thistle
20
+ '10': snapdragon
21
+ '11': colt's foot
22
+ '12': king protea
23
+ '13': spear thistle
24
+ '14': yellow iris
25
+ '15': globe-flower
26
+ '16': purple coneflower
27
+ '17': peruvian lily
28
+ '18': balloon flower
29
+ '19': giant white arum lily
30
+ '20': fire lily
31
+ '21': pincushion flower
32
+ '22': fritillary
33
+ '23': red ginger
34
+ '24': grape hyacinth
35
+ '25': corn poppy
36
+ '26': prince of wales feathers
37
+ '27': stemless gentian
38
+ '28': artichoke
39
+ '29': sweet william
40
+ '30': carnation
41
+ '31': garden phlox
42
+ '32': love in the mist
43
+ '33': mexican aster
44
+ '34': alpine sea holly
45
+ '35': ruby-lipped cattleya
46
+ '36': cape flower
47
+ '37': great masterwort
48
+ '38': siam tulip
49
+ '39': lenten rose
50
+ '40': barbeton daisy
51
+ '41': daffodil
52
+ '42': sword lily
53
+ '43': poinsettia
54
+ '44': bolero deep blue
55
+ '45': wallflower
56
+ '46': marigold
57
+ '47': buttercup
58
+ '48': oxeye daisy
59
+ '49': common dandelion
60
+ '50': petunia
61
+ '51': wild pansy
62
+ '52': primula
63
+ '53': sunflower
64
+ '54': pelargonium
65
+ '55': bishop of llandaff
66
+ '56': gaura
67
+ '57': geranium
68
+ '58': orange dahlia
69
+ '59': pink-yellow dahlia?
70
+ '60': cautleya spicata
71
+ '61': japanese anemone
72
+ '62': black-eyed susan
73
+ '63': silverbush
74
+ '64': californian poppy
75
+ '65': osteospermum
76
+ '66': spring crocus
77
+ '67': bearded iris
78
+ '68': windflower
79
+ '69': tree poppy
80
+ '70': gazania
81
+ '71': azalea
82
+ '72': water lily
83
+ '73': rose
84
+ '74': thorn apple
85
+ '75': morning glory
86
+ '76': passion flower
87
+ '77': lotus
88
+ '78': toad lily
89
+ '79': anthurium
90
+ '80': frangipani
91
+ '81': clematis
92
+ '82': hibiscus
93
+ '83': columbine
94
+ '84': desert-rose
95
+ '85': tree mallow
96
+ '86': magnolia
97
+ '87': cyclamen
98
+ '88': watercress
99
+ '89': canna lily
100
+ '90': hippeastrum
101
+ '91': bee balm
102
+ '92': ball moss
103
+ '93': foxglove
104
+ '94': bougainvillea
105
+ '95': camellia
106
+ '96': mallow
107
+ '97': mexican petunia
108
+ '98': bromelia
109
+ '99': blanket flower
110
+ '100': trumpet creeper
111
+ '101': blackberry lily
112
+ - name: id
113
+ dtype: int64
114
+ splits:
115
+ - name: train
116
+ num_bytes: 43397644.7
117
+ num_examples: 1020
118
+ download_size: 43405579
119
+ dataset_size: 43397644.7
120
+ ---
121
+ # Dataset Card for "OxfordFlowers_train"
122
+
123
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)