hafidikhsan commited on
Commit
7fbb56f
·
1 Parent(s): a455236

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: total_score
5
+ dtype: int64
6
+ - name: text
7
+ dtype: string
8
+ - name: audio
9
+ dtype: audio
10
+ - name: label
11
+ dtype:
12
+ class_label:
13
+ names:
14
+ '0': beginner
15
+ '1': intermediate
16
+ '2': advanced
17
+ '3': proficient
18
+ - name: duration
19
+ dtype: int64
20
+ splits:
21
+ - name: train
22
+ num_bytes: 672030270.0987946
23
+ num_examples: 5000
24
+ download_size: 694757967
25
+ dataset_size: 672030270.0987946
26
+ ---
27
+ # Dataset Card for "speechocean762-totalscore-oversampling-augmented"
28
+
29
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)