File size: 936 Bytes
93c038e
 
 
 
 
 
 
 
 
 
 
 
 
8398a2e
 
 
60da705
8398a2e
60da705
93c038e
 
 
60da705
93c038e
60da705
8398a2e
 
 
 
 
 
 
 
93c038e
 
60da705
 
93c038e
60da705
 
 
 
93c038e
 
 
 
 
 
 
 
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
51
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: speaker_id
    dtype: string
  - name: ref_text
    dtype: string
  - name: target_text
    dtype: string
  - name: target_tokens
    dtype: string
  - name: codec
    dtype: string
  - name: codec_vocab_size
    dtype: int64
  - name: codec_sample_rate
    dtype: int64
  - name: language
    dtype: string
  - name: duration_ref
    dtype: float64
  - name: duration_target
    dtype: float64
  - name: ref_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: target_audio
    dtype:
      audio:
        sampling_rate: 16000
  splits:
  - name: train
    num_bytes: 2190524962
    num_examples: 9393
  - name: test
    num_bytes: 261977777
    num_examples: 1043
  download_size: 2672192337
  dataset_size: 2452502739
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---