Evan-Lin commited on
Commit
2b823d7
1 Parent(s): 567962c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: file
5
+ dtype: string
6
+ - name: audio
7
+ dtype:
8
+ audio:
9
+ sampling_rate: 16000
10
+ - name: transcription
11
+ dtype: string
12
+ - name: snr
13
+ sequence: float32
14
+ - name: vad
15
+ sequence: float32
16
+ - name: snr_based_on_vad
17
+ sequence: float32
18
+ - name: avg_snr
19
+ dtype: float64
20
+ - name: avg_snr_based_on_vad
21
+ dtype: float64
22
+ - name: original_audio
23
+ struct:
24
+ - name: array
25
+ sequence: float64
26
+ - name: sampling_rate
27
+ dtype: int64
28
+ - name: stoi_ori_to_new
29
+ dtype: float64
30
+ - name: stoi_new_to_ori
31
+ dtype: float64
32
+ splits:
33
+ - name: test
34
+ num_bytes: 10859971026.0
35
+ num_examples: 31168
36
+ download_size: 8853194882
37
+ dataset_size: 10859971026.0
38
+ configs:
39
+ - config_name: default
40
+ data_files:
41
+ - split: test
42
+ path: data/test-*
43
+ ---
44
+ # Dataset Card for "metric-mamba-ml2021-hungyi-corpus"
45
+
46
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)