slplab commited on
Commit
7146a63
1 Parent(s): f8a6861

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: speaker
5
+ dtype: string
6
+ - name: audio
7
+ struct:
8
+ - name: array
9
+ sequence: float32
10
+ - name: path
11
+ dtype: string
12
+ - name: sampling_rate
13
+ dtype: int64
14
+ - name: txt
15
+ dtype: string
16
+ - name: severity
17
+ dtype: int64
18
+ splits:
19
+ - name: train
20
+ num_bytes: 507067812
21
+ num_examples: 2352
22
+ - name: validation
23
+ num_bytes: 62855037
24
+ num_examples: 294
25
+ - name: test
26
+ num_bytes: 62245337
27
+ num_examples: 294
28
+ download_size: 278294583
29
+ dataset_size: 632168186
30
+ ---
31
+ # Dataset Card for "QoLT_apacAnd5Sentences"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)