kehanlu commited on
Commit
6c3d4e8
1 Parent(s): a60aa03

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: lm_score
22
+ sequence: float64
23
+ - name: utt_id
24
+ dtype: string
25
+ - name: score
26
+ sequence: float64
27
+ splits:
28
+ - name: train
29
+ num_bytes: 781909140
30
+ num_examples: 92791
31
+ - name: validation
32
+ num_bytes: 5695607
33
+ num_examples: 507
34
+ - name: test
35
+ num_bytes: 9515959
36
+ num_examples: 1155
37
+ download_size: 267938768
38
+ dataset_size: 797120706
39
+ ---
40
+ # Dataset Card for "TEDLIUM2_withLM"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)