File size: 614 Bytes
83bab53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: speaker_id
    dtype: int64
  - name: id
    dtype: string
  - name: transcript
    dtype: string
  - name: array
    list: float32
  - name: sampling_rate
    dtype: int64
  - name: input_text
    dtype: string
  - name: output_audio
    dtype: string
  - name: tokenized_inputs
    list: int64
  - name: tokenized_outputs
    list: int64
  splits:
  - name: validation
    num_bytes: 1392965333
    num_examples: 2703
  download_size: 650566957
  dataset_size: 1392965333
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---