arieg commited on
Commit
94424b3
·
1 Parent(s): 0cbb209

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': '26007'
16
+ '1': '26008'
17
+ '2': '26010'
18
+ '3': '26011'
19
+ '4': '26012'
20
+ '5': '26013'
21
+ '6': '26014'
22
+ '7': '26016'
23
+ '8': '26017'
24
+ '9': '26020'
25
+ '10': '26021'
26
+ '11': '26022'
27
+ '12': '26025'
28
+ '13': '26026'
29
+ '14': '26034'
30
+ '15': '26035'
31
+ '16': '26036'
32
+ '17': '26169'
33
+ '18': '26174'
34
+ '19': '26298'
35
+ '20': '26301'
36
+ '21': '26302'
37
+ '22': '26307'
38
+ '23': '26322'
39
+ '24': '26464'
40
+ '25': '26465'
41
+ '26': '26466'
42
+ '27': '26583'
43
+ '28': '26600'
44
+ '29': '26605'
45
+ '30': '26629'
46
+ '31': '26638'
47
+ '32': '26639'
48
+ '33': '26640'
49
+ '34': '26641'
50
+ '35': '26642'
51
+ '36': '26643'
52
+ '37': '26651'
53
+ '38': '26652'
54
+ '39': '26653'
55
+ '40': '26654'
56
+ '41': '26655'
57
+ '42': '26656'
58
+ '43': '26657'
59
+ '44': '26658'
60
+ '45': '26659'
61
+ '46': '26674'
62
+ '47': '26681'
63
+ '48': '26754'
64
+ '49': '26765'
65
+ '50': '27164'
66
+ '51': '27177'
67
+ '52': '27194'
68
+ '53': '27195'
69
+ '54': '27197'
70
+ '55': '27198'
71
+ '56': '27258'
72
+ '57': '27406'
73
+ '58': '27454'
74
+ '59': '27455'
75
+ '60': '27456'
76
+ '61': '27547'
77
+ '62': '27548'
78
+ '63': '27549'
79
+ '64': '27550'
80
+ '65': '27551'
81
+ '66': '27552'
82
+ '67': '27609'
83
+ '68': '27610'
84
+ '69': '27611'
85
+ '70': '27612'
86
+ '71': '27613'
87
+ '72': '27667'
88
+ '73': '27673'
89
+ '74': '27797'
90
+ '75': '27799'
91
+ '76': '27802'
92
+ '77': '27803'
93
+ '78': '27804'
94
+ '79': '27805'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 86008633.6
98
+ num_examples: 1600
99
+ download_size: 87234967
100
+ dataset_size: 86008633.6
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_10"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)