File size: 596 Bytes
a543467
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: test
    num_bytes: 1396938571
    num_examples: 2620
  download_size: 650749654
  dataset_size: 1396938571
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---