arieg commited on
Commit
ddd813d
·
1 Parent(s): 5cfa9db

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': '40842'
16
+ '1': '40843'
17
+ '2': '40851'
18
+ '3': '40903'
19
+ '4': '40908'
20
+ '5': '40909'
21
+ '6': '40938'
22
+ '7': '40940'
23
+ '8': '40985'
24
+ '9': '40986'
25
+ '10': '41018'
26
+ '11': '41054'
27
+ '12': '41095'
28
+ '13': '41147'
29
+ '14': '41191'
30
+ '15': '41192'
31
+ '16': '41568'
32
+ '17': '41570'
33
+ '18': '41573'
34
+ '19': '41605'
35
+ '20': '41709'
36
+ '21': '41714'
37
+ '22': '41812'
38
+ '23': '41961'
39
+ '24': '41962'
40
+ '25': '41965'
41
+ '26': '41983'
42
+ '27': '42014'
43
+ '28': '42016'
44
+ '29': '42017'
45
+ '30': '42019'
46
+ '31': '42020'
47
+ '32': '42023'
48
+ '33': '42025'
49
+ '34': '42029'
50
+ '35': '42030'
51
+ '36': '42031'
52
+ '37': '42044'
53
+ '38': '42045'
54
+ '39': '42046'
55
+ '40': '42048'
56
+ '41': '42119'
57
+ '42': '42126'
58
+ '43': '42234'
59
+ '44': '42235'
60
+ '45': '42236'
61
+ '46': '42238'
62
+ '47': '42240'
63
+ '48': '42241'
64
+ '49': '42243'
65
+ '50': '42245'
66
+ '51': '42247'
67
+ '52': '42310'
68
+ '53': '42442'
69
+ '54': '42475'
70
+ '55': '42648'
71
+ '56': '42659'
72
+ '57': '42751'
73
+ '58': '42761'
74
+ '59': '42789'
75
+ '60': '42966'
76
+ '61': '42984'
77
+ '62': '43016'
78
+ '63': '43018'
79
+ '64': '43019'
80
+ '65': '43020'
81
+ '66': '43021'
82
+ '67': '43022'
83
+ '68': '43023'
84
+ '69': '43024'
85
+ '70': '43025'
86
+ '71': '43026'
87
+ '72': '43027'
88
+ '73': '43028'
89
+ '74': '43029'
90
+ '75': '43030'
91
+ '76': '43063'
92
+ '77': '43172'
93
+ '78': '43173'
94
+ '79': '43533'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 87445438.4
98
+ num_examples: 1600
99
+ download_size: 87152132
100
+ dataset_size: 87445438.4
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_15"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)