amansingh203 commited on
Commit
37087c7
1 Parent(s): 294b0a9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +139 -0
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: audio
12
+ dtype: audio
13
+ - name: label
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': '0'
18
+ '1': '1'
19
+ '2': '10'
20
+ '3': '100'
21
+ '4': '101'
22
+ '5': '102'
23
+ '6': '103'
24
+ '7': '104'
25
+ '8': '105'
26
+ '9': '106'
27
+ '10': '107'
28
+ '11': '108'
29
+ '12': '109'
30
+ '13': '11'
31
+ '14': '12'
32
+ '15': '13'
33
+ '16': '14'
34
+ '17': '15'
35
+ '18': '16'
36
+ '19': '17'
37
+ '20': '18'
38
+ '21': '19'
39
+ '22': '2'
40
+ '23': '20'
41
+ '24': '21'
42
+ '25': '22'
43
+ '26': '23'
44
+ '27': '24'
45
+ '28': '25'
46
+ '29': '26'
47
+ '30': '27'
48
+ '31': '28'
49
+ '32': '29'
50
+ '33': '3'
51
+ '34': '30'
52
+ '35': '31'
53
+ '36': '32'
54
+ '37': '33'
55
+ '38': '34'
56
+ '39': '35'
57
+ '40': '36'
58
+ '41': '37'
59
+ '42': '38'
60
+ '43': '39'
61
+ '44': '4'
62
+ '45': '40'
63
+ '46': '41'
64
+ '47': '42'
65
+ '48': '43'
66
+ '49': '44'
67
+ '50': '45'
68
+ '51': '46'
69
+ '52': '47'
70
+ '53': '48'
71
+ '54': '49'
72
+ '55': '5'
73
+ '56': '50'
74
+ '57': '51'
75
+ '58': '52'
76
+ '59': '53'
77
+ '60': '54'
78
+ '61': '55'
79
+ '62': '56'
80
+ '63': '57'
81
+ '64': '58'
82
+ '65': '59'
83
+ '66': '6'
84
+ '67': '60'
85
+ '68': '61'
86
+ '69': '62'
87
+ '70': '63'
88
+ '71': '64'
89
+ '72': '65'
90
+ '73': '66'
91
+ '74': '67'
92
+ '75': '68'
93
+ '76': '69'
94
+ '77': '7'
95
+ '78': '70'
96
+ '79': '71'
97
+ '80': '72'
98
+ '81': '73'
99
+ '82': '74'
100
+ '83': '75'
101
+ '84': '76'
102
+ '85': '77'
103
+ '86': '78'
104
+ '87': '79'
105
+ '88': '8'
106
+ '89': '80'
107
+ '90': '81'
108
+ '91': '82'
109
+ '92': '83'
110
+ '93': '84'
111
+ '94': '85'
112
+ '95': '86'
113
+ '96': '87'
114
+ '97': '88'
115
+ '98': '89'
116
+ '99': '9'
117
+ '100': '90'
118
+ '101': '91'
119
+ '102': '92'
120
+ '103': '93'
121
+ '104': '94'
122
+ '105': '95'
123
+ '106': '96'
124
+ '107': '97'
125
+ '108': '98'
126
+ '109': '99'
127
+ splits:
128
+ - name: train
129
+ num_bytes: 1589865751.4886355
130
+ num_examples: 16568
131
+ - name: test
132
+ num_bytes: 530517141.4073644
133
+ num_examples: 5523
134
+ download_size: 1993007832
135
+ dataset_size: 2120382892.896
136
+ ---
137
+ # Dataset Card for "sep28k"
138
+
139
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)