arieg commited on
Commit
2636357
·
1 Parent(s): 476f0a1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +109 -0
README.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: image
12
+ dtype: image
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': '65064'
18
+ '1': '65073'
19
+ '2': '65076'
20
+ '3': '65077'
21
+ '4': '65090'
22
+ '5': '65234'
23
+ '6': '65488'
24
+ '7': '65619'
25
+ '8': '65685'
26
+ '9': '65752'
27
+ '10': '65755'
28
+ '11': '65756'
29
+ '12': '65893'
30
+ '13': '66058'
31
+ '14': '66073'
32
+ '15': '66074'
33
+ '16': '66075'
34
+ '17': '66076'
35
+ '18': '66180'
36
+ '19': '66187'
37
+ '20': '66390'
38
+ '21': '66405'
39
+ '22': '66469'
40
+ '23': '66482'
41
+ '24': '66483'
42
+ '25': '66525'
43
+ '26': '66636'
44
+ '27': '66637'
45
+ '28': '66638'
46
+ '29': '66641'
47
+ '30': '66643'
48
+ '31': '66644'
49
+ '32': '66646'
50
+ '33': '66648'
51
+ '34': '66649'
52
+ '35': '66650'
53
+ '36': '66757'
54
+ '37': '67007'
55
+ '38': '67010'
56
+ '39': '67011'
57
+ '40': '67016'
58
+ '41': '67017'
59
+ '42': '67121'
60
+ '43': '67163'
61
+ '44': '67232'
62
+ '45': '67233'
63
+ '46': '67235'
64
+ '47': '67308'
65
+ '48': '67357'
66
+ '49': '67358'
67
+ '50': '67359'
68
+ '51': '67360'
69
+ '52': '67361'
70
+ '53': '67362'
71
+ '54': '67363'
72
+ '55': '67366'
73
+ '56': '67367'
74
+ '57': '67368'
75
+ '58': '67412'
76
+ '59': '67470'
77
+ '60': '67500'
78
+ '61': '67553'
79
+ '62': '67556'
80
+ '63': '67557'
81
+ '64': '67558'
82
+ '65': '67597'
83
+ '66': '67598'
84
+ '67': '67600'
85
+ '68': '67637'
86
+ '69': '67639'
87
+ '70': '67640'
88
+ '71': '67660'
89
+ '72': '67661'
90
+ '73': '67673'
91
+ '74': '67707'
92
+ '75': '67760'
93
+ '76': '67763'
94
+ '77': '67764'
95
+ '78': '67765'
96
+ '79': '67766'
97
+ splits:
98
+ - name: train
99
+ num_bytes: 87471356.8
100
+ num_examples: 1600
101
+ - name: test
102
+ num_bytes: 21888454.0
103
+ num_examples: 400
104
+ download_size: 109587336
105
+ dataset_size: 109359810.8
106
+ ---
107
+ # Dataset Card for "bw_spec_cls_80_28"
108
+
109
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)