File size: 731 Bytes
a8d39b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train.clean.360
    path: data/train.clean.360-*
  - split: train.other.500
    path: data/train.other.500-*
dataset_info:
  features:
  - name: text
    dtype: string
  - name: id
    dtype: string
  - name: unit
    sequence:
      sequence: int64
  splits:
  - name: train.clean.360
    num_bytes: 4496389172
    num_examples: 104014
  - name: train.other.500
    num_bytes: 6144041489
    num_examples: 148688
  download_size: 2186014174
  dataset_size: 10640430661
---
# Dataset Card for "librispeech_asr-audiodec_audiodec_24k_320d"

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