kehanlu commited on
Commit
d2edeee
·
1 Parent(s): a7a840d

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
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ - split: test
10
+ path: data/test-*
11
+ dataset_info:
12
+ features:
13
+ - name: ref
14
+ dtype: string
15
+ - name: hyps
16
+ sequence: string
17
+ - name: ctc_score
18
+ sequence: float64
19
+ - name: att_score
20
+ sequence: float64
21
+ - name: utt_id
22
+ dtype: string
23
+ - name: score
24
+ sequence: float64
25
+ splits:
26
+ - name: train
27
+ num_bytes: 520539152
28
+ num_examples: 120098
29
+ - name: validation
30
+ num_bytes: 61833418
31
+ num_examples: 14326
32
+ - name: test
33
+ num_bytes: 31358088
34
+ num_examples: 7176
35
+ download_size: 283530745
36
+ dataset_size: 613730658
37
+ ---
38
+ # Dataset Card for "AISHELL1_withoutLM"
39
+
40
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)