arieg commited on
Commit
2e6be1f
·
1 Parent(s): 8c678dd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +104 -0
README.md ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': '11677'
16
+ '1': '11679'
17
+ '2': '11681'
18
+ '3': '11682'
19
+ '4': '11683'
20
+ '5': '11763'
21
+ '6': '11764'
22
+ '7': '11765'
23
+ '8': '11766'
24
+ '9': '11767'
25
+ '10': '11768'
26
+ '11': '11769'
27
+ '12': '11770'
28
+ '13': '11771'
29
+ '14': '11772'
30
+ '15': '11773'
31
+ '16': '11774'
32
+ '17': '11775'
33
+ '18': '11776'
34
+ '19': '11777'
35
+ '20': '11778'
36
+ '21': '11779'
37
+ '22': '11780'
38
+ '23': '11781'
39
+ '24': '11782'
40
+ '25': '11783'
41
+ '26': '11784'
42
+ '27': '11785'
43
+ '28': '11786'
44
+ '29': '11787'
45
+ '30': '11788'
46
+ '31': '11789'
47
+ '32': '11790'
48
+ '33': '11791'
49
+ '34': '11792'
50
+ '35': '11793'
51
+ '36': '11794'
52
+ '37': '11795'
53
+ '38': '11818'
54
+ '39': '11839'
55
+ '40': '11861'
56
+ '41': '11862'
57
+ '42': '11867'
58
+ '43': '11868'
59
+ '44': '11916'
60
+ '45': '11917'
61
+ '46': '11918'
62
+ '47': '11919'
63
+ '48': '11920'
64
+ '49': '11921'
65
+ '50': '11922'
66
+ '51': '11933'
67
+ '52': '11937'
68
+ '53': '11942'
69
+ '54': '11946'
70
+ '55': '11947'
71
+ '56': '11951'
72
+ '57': '12109'
73
+ '58': '12146'
74
+ '59': '12147'
75
+ '60': '12173'
76
+ '61': '12174'
77
+ '62': '12189'
78
+ '63': '12346'
79
+ '64': '12348'
80
+ '65': '12349'
81
+ '66': '12350'
82
+ '67': '12351'
83
+ '68': '12352'
84
+ '69': '12353'
85
+ '70': '12355'
86
+ '71': '12376'
87
+ '72': '12394'
88
+ '73': '12530'
89
+ '74': '12531'
90
+ '75': '12532'
91
+ '76': '12537'
92
+ '77': '12551'
93
+ '78': '12552'
94
+ '79': '12654'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 85796400.0
98
+ num_examples: 1600
99
+ download_size: 86446850
100
+ dataset_size: 85796400.0
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_05"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)