File size: 796 Bytes
bc1a974
 
 
54b1b40
 
bc1a974
 
 
 
 
 
 
54b1b40
 
0b6fba0
bc1a974
54b1b40
 
0b6fba0
bc1a974
 
0743cc6
 
 
 
 
 
 
 
 
 
bc1a974
 
 
 
 
0743cc6
 
 
 
bc1a974
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
---
dataset_info:
  features:
  - name: sentence_id
    dtype: int32
  - name: sentence
    dtype: string
  - name: input_speaker
    dtype: string
  - name: output_speaker
    dtype: string
  - name: source_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: target_audio
    dtype:
      audio:
        sampling_rate: 16000
  splits:
  - name: train
    num_bytes: 12948486312.0
    num_examples: 72000
  - name: validation
    num_bytes: 1618542789.0
    num_examples: 9000
  - name: test
    num_bytes: 1618542141.0
    num_examples: 9000
  download_size: 5603210527
  dataset_size: 16185571242.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---