arieg commited on
Commit
5367ec3
·
1 Parent(s): 3ac22e6

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': '59702'
18
+ '1': '59706'
19
+ '2': '59707'
20
+ '3': '59708'
21
+ '4': '59709'
22
+ '5': '59710'
23
+ '6': '59719'
24
+ '7': '59720'
25
+ '8': '59721'
26
+ '9': '59723'
27
+ '10': '59724'
28
+ '11': '59725'
29
+ '12': '59726'
30
+ '13': '59727'
31
+ '14': '59823'
32
+ '15': '59876'
33
+ '16': '59930'
34
+ '17': '60037'
35
+ '18': '60038'
36
+ '19': '60041'
37
+ '20': '60042'
38
+ '21': '60045'
39
+ '22': '60048'
40
+ '23': '60074'
41
+ '24': '60143'
42
+ '25': '60144'
43
+ '26': '60145'
44
+ '27': '60146'
45
+ '28': '60170'
46
+ '29': '60317'
47
+ '30': '60472'
48
+ '31': '60474'
49
+ '32': '60477'
50
+ '33': '60478'
51
+ '34': '60510'
52
+ '35': '60544'
53
+ '36': '60547'
54
+ '37': '60548'
55
+ '38': '60549'
56
+ '39': '60736'
57
+ '40': '60753'
58
+ '41': '60754'
59
+ '42': '60755'
60
+ '43': '60756'
61
+ '44': '60757'
62
+ '45': '60758'
63
+ '46': '60775'
64
+ '47': '60776'
65
+ '48': '60777'
66
+ '49': '60857'
67
+ '50': '60864'
68
+ '51': '60865'
69
+ '52': '60994'
70
+ '53': '61006'
71
+ '54': '61007'
72
+ '55': '61008'
73
+ '56': '61010'
74
+ '57': '61011'
75
+ '58': '61012'
76
+ '59': '61013'
77
+ '60': '61159'
78
+ '61': '61160'
79
+ '62': '61161'
80
+ '63': '61172'
81
+ '64': '61174'
82
+ '65': '61175'
83
+ '66': '61452'
84
+ '67': '61453'
85
+ '68': '61491'
86
+ '69': '61492'
87
+ '70': '61493'
88
+ '71': '61587'
89
+ '72': '61589'
90
+ '73': '61591'
91
+ '74': '61592'
92
+ '75': '61668'
93
+ '76': '61670'
94
+ '77': '61679'
95
+ '78': '61814'
96
+ '79': '61884'
97
+ splits:
98
+ - name: train
99
+ num_bytes: 93110896.0
100
+ num_examples: 1600
101
+ - name: test
102
+ num_bytes: 22653803.0
103
+ num_examples: 400
104
+ download_size: 113211430
105
+ dataset_size: 115764699.0
106
+ ---
107
+ # Dataset Card for "bw_spec_cls_80_25"
108
+
109
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)