siegels commited on
Commit
26b6462
·
1 Parent(s): 33ecda6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
39
+ - name: train
40
+ num_bytes: 576478346.0
41
+ num_examples: 5000
42
+ download_size: 611300052
43
+ dataset_size: 576478346.0
44
+ ---
45
+ # Dataset Card for "speechocean"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)