jbpark0614 commited on
Commit
6665d83
1 Parent(s): b2a6971

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: index
5
+ dtype: int64
6
+ - name: speaker_id_str
7
+ dtype: int64
8
+ - name: speaker_id
9
+ dtype: int64
10
+ - name: question_id
11
+ dtype: int64
12
+ - name: total_score
13
+ dtype: int64
14
+ - name: accuracy
15
+ dtype: int64
16
+ - name: completeness
17
+ dtype: float64
18
+ - name: fluency
19
+ dtype: int64
20
+ - name: prosodic
21
+ dtype: int64
22
+ - name: text
23
+ dtype: string
24
+ - name: audio
25
+ dtype: audio
26
+ - name: path
27
+ dtype: string
28
+ splits:
29
+ - name: test
30
+ num_bytes: 288402967.0
31
+ num_examples: 2500
32
+ - name: train
33
+ num_bytes: 290407029.0
34
+ num_examples: 2500
35
+ download_size: 611718697
36
+ dataset_size: 578809996.0
37
+ ---
38
+ # Dataset Card for "speechocean762"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)