arieg commited on
Commit
755a9ec
·
1 Parent(s): cdd6e36

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': '6342'
16
+ '1': '6354'
17
+ '2': '6357'
18
+ '3': '6360'
19
+ '4': '6366'
20
+ '5': '6367'
21
+ '6': '6370'
22
+ '7': '6373'
23
+ '8': '6379'
24
+ '9': '6381'
25
+ '10': '6382'
26
+ '11': '6383'
27
+ '12': '6387'
28
+ '13': '6389'
29
+ '14': '6393'
30
+ '15': '6394'
31
+ '16': '6396'
32
+ '17': '6406'
33
+ '18': '6407'
34
+ '19': '6439'
35
+ '20': '6440'
36
+ '21': '6442'
37
+ '22': '6443'
38
+ '23': '6448'
39
+ '24': '6459'
40
+ '25': '6469'
41
+ '26': '6517'
42
+ '27': '6519'
43
+ '28': '6603'
44
+ '29': '6605'
45
+ '30': '6606'
46
+ '31': '6607'
47
+ '32': '6608'
48
+ '33': '6609'
49
+ '34': '6610'
50
+ '35': '6611'
51
+ '36': '6674'
52
+ '37': '6675'
53
+ '38': '6677'
54
+ '39': '6679'
55
+ '40': '6680'
56
+ '41': '6684'
57
+ '42': '6776'
58
+ '43': '6778'
59
+ '44': '6788'
60
+ '45': '6802'
61
+ '46': '6803'
62
+ '47': '6854'
63
+ '48': '6855'
64
+ '49': '6856'
65
+ '50': '6857'
66
+ '51': '7481'
67
+ '52': '7482'
68
+ '53': '7483'
69
+ '54': '7487'
70
+ '55': '7488'
71
+ '56': '7489'
72
+ '57': '7490'
73
+ '58': '7491'
74
+ '59': '7492'
75
+ '60': '7495'
76
+ '61': '7526'
77
+ '62': '7527'
78
+ '63': '7528'
79
+ '64': '7529'
80
+ '65': '7548'
81
+ '66': '7554'
82
+ '67': '7709'
83
+ '68': '7710'
84
+ '69': '7711'
85
+ '70': '7712'
86
+ '71': '7713'
87
+ '72': '7872'
88
+ '73': '8056'
89
+ '74': '8208'
90
+ '75': '8256'
91
+ '76': '8259'
92
+ '77': '8261'
93
+ '78': '8345'
94
+ '79': '8357'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 89110585.6
98
+ num_examples: 1600
99
+ download_size: 88647318
100
+ dataset_size: 89110585.6
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_03"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)