thanhduycao commited on
Commit
0a05b8c
1 Parent(s): e85022a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ dataset_info:
10
+ features:
11
+ - name: id
12
+ dtype: string
13
+ - name: audio
14
+ struct:
15
+ - name: array
16
+ sequence: float64
17
+ - name: path
18
+ dtype: string
19
+ - name: sampling_rate
20
+ dtype: int64
21
+ - name: sentence_norm
22
+ dtype: string
23
+ - name: wer
24
+ dtype: float64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 4196405867
28
+ num_examples: 8181
29
+ - name: test
30
+ num_bytes: 565495055
31
+ num_examples: 1092
32
+ download_size: 1121417074
33
+ dataset_size: 4761900922
34
+ ---
35
+ # Dataset Card for "soict_train_dataset_v2"
36
+
37
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)