arieg commited on
Commit
99424a6
·
1 Parent(s): 7b8c615

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': '80517'
18
+ '1': '80518'
19
+ '2': '80519'
20
+ '3': '80520'
21
+ '4': '80693'
22
+ '5': '80694'
23
+ '6': '80695'
24
+ '7': '80696'
25
+ '8': '80697'
26
+ '9': '80751'
27
+ '10': '80753'
28
+ '11': '80754'
29
+ '12': '80755'
30
+ '13': '80756'
31
+ '14': '80758'
32
+ '15': '80765'
33
+ '16': '80766'
34
+ '17': '80772'
35
+ '18': '80773'
36
+ '19': '80774'
37
+ '20': '80775'
38
+ '21': '80776'
39
+ '22': '80793'
40
+ '23': '80833'
41
+ '24': '80834'
42
+ '25': '80835'
43
+ '26': '80836'
44
+ '27': '81033'
45
+ '28': '81037'
46
+ '29': '81082'
47
+ '30': '81083'
48
+ '31': '81084'
49
+ '32': '81085'
50
+ '33': '81189'
51
+ '34': '81193'
52
+ '35': '81194'
53
+ '36': '81195'
54
+ '37': '81362'
55
+ '38': '81365'
56
+ '39': '81436'
57
+ '40': '81457'
58
+ '41': '81485'
59
+ '42': '81491'
60
+ '43': '81512'
61
+ '44': '81523'
62
+ '45': '81543'
63
+ '46': '81554'
64
+ '47': '81555'
65
+ '48': '81565'
66
+ '49': '81576'
67
+ '50': '81586'
68
+ '51': '81600'
69
+ '52': '81612'
70
+ '53': '81613'
71
+ '54': '81623'
72
+ '55': '81638'
73
+ '56': '81650'
74
+ '57': '81660'
75
+ '58': '81781'
76
+ '59': '81782'
77
+ '60': '81792'
78
+ '61': '81802'
79
+ '62': '81803'
80
+ '63': '81814'
81
+ '64': '81868'
82
+ '65': '81938'
83
+ '66': '81945'
84
+ '67': '81946'
85
+ '68': '81988'
86
+ '69': '81999'
87
+ '70': '82157'
88
+ '71': '82231'
89
+ '72': '82237'
90
+ '73': '82242'
91
+ '74': '82250'
92
+ '75': '82410'
93
+ '76': '82505'
94
+ '77': '82507'
95
+ '78': '82628'
96
+ '79': '82629'
97
+ splits:
98
+ - name: train
99
+ num_bytes: 90214491.2
100
+ num_examples: 1600
101
+ - name: test
102
+ num_bytes: 22067286.0
103
+ num_examples: 400
104
+ download_size: 110421965
105
+ dataset_size: 112281777.2
106
+ ---
107
+ # Dataset Card for "bw_spec_cls_80_35"
108
+
109
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)