charsiu commited on
Commit
c9653b8
·
1 Parent(s): 206a6eb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: query
6
+ path: data/query-*
7
+ - split: candidate
8
+ path: data/candidate-*
9
+ dataset_info:
10
+ features:
11
+ - name: key
12
+ dtype: string
13
+ - name: phones
14
+ dtype: string
15
+ - name: audio
16
+ struct:
17
+ - name: array
18
+ sequence: float64
19
+ - name: sampling_rate
20
+ dtype: int64
21
+ splits:
22
+ - name: query
23
+ num_bytes: 213251381
24
+ num_examples: 1665
25
+ - name: candidate
26
+ num_bytes: 213251405
27
+ num_examples: 1665
28
+ download_size: 40945132
29
+ dataset_size: 426502786
30
+ ---
31
+ # Dataset Card for "mswc_test"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)