File size: 1,117 Bytes
ce400f0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: dev_clean
    path: data/dev_clean-*
  - split: dev_other
    path: data/dev_other-*
  - split: test_clean
    path: data/test_clean-*
  - split: test_other
    path: data/test_other-*
dataset_info:
  features:
  - name: utt_id
    dtype: string
  - name: hyps
    sequence: string
  - name: att_score
    sequence: float64
  - name: ctc_score
    sequence: float64
  - name: score
    sequence: float64
  - name: ref
    dtype: string
  splits:
  - name: train
    num_bytes: 2945538729
    num_examples: 281231
  - name: dev_clean
    num_bytes: 18638182
    num_examples: 2703
  - name: dev_other
    num_bytes: 17703758
    num_examples: 2864
  - name: test_clean
    num_bytes: 18159132
    num_examples: 2620
  - name: test_other
    num_bytes: 18159497
    num_examples: 2939
  download_size: 721788345
  dataset_size: 3018199298
---
# Dataset Card for "LibriSpeech_withoutLM"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)