arieg commited on
Commit
d7820d5
·
1 Parent(s): 4b82cdb

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': '43534'
16
+ '1': '43535'
17
+ '2': '43536'
18
+ '3': '43585'
19
+ '4': '43586'
20
+ '5': '43587'
21
+ '6': '43588'
22
+ '7': '43589'
23
+ '8': '43590'
24
+ '9': '43592'
25
+ '10': '43593'
26
+ '11': '43594'
27
+ '12': '43595'
28
+ '13': '43596'
29
+ '14': '43598'
30
+ '15': '43599'
31
+ '16': '43600'
32
+ '17': '43608'
33
+ '18': '43621'
34
+ '19': '43623'
35
+ '20': '43695'
36
+ '21': '43696'
37
+ '22': '43697'
38
+ '23': '43698'
39
+ '24': '43699'
40
+ '25': '43761'
41
+ '26': '43773'
42
+ '27': '43796'
43
+ '28': '43842'
44
+ '29': '43843'
45
+ '30': '43844'
46
+ '31': '43856'
47
+ '32': '43857'
48
+ '33': '43858'
49
+ '34': '43860'
50
+ '35': '43861'
51
+ '36': '43863'
52
+ '37': '43865'
53
+ '38': '43866'
54
+ '39': '43867'
55
+ '40': '43868'
56
+ '41': '43869'
57
+ '42': '43883'
58
+ '43': '43886'
59
+ '44': '43899'
60
+ '45': '43911'
61
+ '46': '43962'
62
+ '47': '43965'
63
+ '48': '44092'
64
+ '49': '44110'
65
+ '50': '44169'
66
+ '51': '44236'
67
+ '52': '44342'
68
+ '53': '44347'
69
+ '54': '44354'
70
+ '55': '44778'
71
+ '56': '44779'
72
+ '57': '44780'
73
+ '58': '44781'
74
+ '59': '44782'
75
+ '60': '44791'
76
+ '61': '44792'
77
+ '62': '44793'
78
+ '63': '44794'
79
+ '64': '44795'
80
+ '65': '44796'
81
+ '66': '44797'
82
+ '67': '44798'
83
+ '68': '44799'
84
+ '69': '44801'
85
+ '70': '44803'
86
+ '71': '44804'
87
+ '72': '44805'
88
+ '73': '44806'
89
+ '74': '44809'
90
+ '75': '44820'
91
+ '76': '44821'
92
+ '77': '44822'
93
+ '78': '44823'
94
+ '79': '44848'
95
+ splits:
96
+ - name: train
97
+ num_bytes: 90417910.4
98
+ num_examples: 1600
99
+ download_size: 89917143
100
+ dataset_size: 90417910.4
101
+ ---
102
+ # Dataset Card for "bw_spec_cls_80_16"
103
+
104
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)