siegels commited on
Commit
cb76d4b
1 Parent(s): fa6e08c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: audio
5
+ dtype: audio
6
+ - name: file_id
7
+ dtype: int64
8
+ - name: accuracy
9
+ dtype: int64
10
+ - name: completeness
11
+ dtype: float64
12
+ - name: fluency
13
+ dtype: int64
14
+ - name: prosodic
15
+ dtype: int64
16
+ - name: words
17
+ list:
18
+ - name: accuracy
19
+ dtype: int64
20
+ - name: phones
21
+ sequence: string
22
+ - name: phones-accuracy
23
+ sequence: float64
24
+ - name: stress
25
+ dtype: int64
26
+ - name: text
27
+ dtype: string
28
+ - name: total
29
+ dtype: int64
30
+ - name: total
31
+ dtype: int64
32
+ - name: text
33
+ dtype: string
34
+ - name: speaker_id
35
+ dtype: int64
36
+ - name: file_name
37
+ dtype: string
38
+ - name: correct_speech
39
+ sequence: float32
40
+ splits:
41
+ - name: train
42
+ num_bytes: 1313487641.0
43
+ num_examples: 5000
44
+ download_size: 1283990501
45
+ dataset_size: 1313487641.0
46
+ ---
47
+ # Dataset Card for "speechocean3"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)