pufanyi commited on
Commit
6e20136
·
verified ·
1 Parent(s): cbed91f

Add Oxford 102 Flowers custom split

Browse files
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
113
+ - name: train
114
+ num_bytes: 274524582
115
+ num_examples: 6551
116
+ - name: validation
117
+ num_bytes: 34427466
118
+ num_examples: 819
119
+ - name: test
120
+ num_bytes: 35313403
121
+ num_examples: 819
122
+ download_size: 346779875
123
+ dataset_size: 344265451
124
+ configs:
125
+ - config_name: default
126
+ data_files:
127
+ - split: train
128
+ path: data/train-*
129
+ - split: validation
130
+ path: data/validation-*
131
+ - split: test
132
+ path: data/test-*
133
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c427c839983e904b80d2693764a759dcb2a552753481e2fe7063a1b0af6d476
3
+ size 35307017
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780851d1d9307baf81fc7205023502f645831c2d228a4fef4b645e3faa03edd8
3
+ size 277055854
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7965dba95d9d87921b4cc8e61502ff010a6600798f496e583c86580450ea25e1
3
+ size 34417004