nelorth commited on
Commit
0303027
1 Parent(s): 7c4e95e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -105
README.md CHANGED
@@ -1,114 +1,20 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: image
5
  dtype: image
6
  - name: label
7
- dtype:
8
- class_label:
9
- names:
10
- '0': '1'
11
- '1': '10'
12
- '2': '100'
13
- '3': '101'
14
- '4': '102'
15
- '5': '11'
16
- '6': '12'
17
- '7': '13'
18
- '8': '14'
19
- '9': '15'
20
- '10': '16'
21
- '11': '17'
22
- '12': '18'
23
- '13': '19'
24
- '14': '2'
25
- '15': '20'
26
- '16': '21'
27
- '17': '22'
28
- '18': '23'
29
- '19': '24'
30
- '20': '25'
31
- '21': '26'
32
- '22': '27'
33
- '23': '28'
34
- '24': '29'
35
- '25': '3'
36
- '26': '30'
37
- '27': '31'
38
- '28': '32'
39
- '29': '33'
40
- '30': '34'
41
- '31': '35'
42
- '32': '36'
43
- '33': '37'
44
- '34': '38'
45
- '35': '39'
46
- '36': '4'
47
- '37': '40'
48
- '38': '41'
49
- '39': '42'
50
- '40': '43'
51
- '41': '44'
52
- '42': '45'
53
- '43': '46'
54
- '44': '47'
55
- '45': '48'
56
- '46': '49'
57
- '47': '5'
58
- '48': '50'
59
- '49': '51'
60
- '50': '52'
61
- '51': '53'
62
- '52': '54'
63
- '53': '55'
64
- '54': '56'
65
- '55': '57'
66
- '56': '58'
67
- '57': '59'
68
- '58': '6'
69
- '59': '60'
70
- '60': '61'
71
- '61': '62'
72
- '62': '63'
73
- '63': '64'
74
- '64': '65'
75
- '65': '66'
76
- '66': '67'
77
- '67': '68'
78
- '68': '69'
79
- '69': '7'
80
- '70': '70'
81
- '71': '71'
82
- '72': '72'
83
- '73': '73'
84
- '74': '74'
85
- '75': '75'
86
- '76': '76'
87
- '77': '77'
88
- '78': '78'
89
- '79': '79'
90
- '80': '8'
91
- '81': '80'
92
- '82': '81'
93
- '83': '82'
94
- '84': '83'
95
- '85': '84'
96
- '86': '85'
97
- '87': '86'
98
- '88': '87'
99
- '89': '88'
100
- '90': '89'
101
- '91': '9'
102
- '92': '90'
103
- '93': '91'
104
- '94': '92'
105
- '95': '93'
106
- '96': '94'
107
- '97': '95'
108
- '98': '96'
109
- '99': '97'
110
- '100': '98'
111
- '101': '99'
112
  splits:
113
  - name: train
114
  num_bytes: 308119477.446
 
1
  ---
2
+ pretty_name: Oxford Flowers Dataset
3
+ source_datasets: https://www.robots.ox.ac.uk/~vgg/data/flowers
4
+ tags:
5
+ - flowers
6
+ - oxford
7
+ task_categories:
8
+ - image-classification
9
+ - unconditional-image-generation
10
+ license:
11
+ - unknown
12
  dataset_info:
13
  features:
14
  - name: image
15
  dtype: image
16
  - name: label
17
+ dtype: int
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  splits:
19
  - name: train
20
  num_bytes: 308119477.446