File size: 1,035 Bytes
b460c54
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c518ca4
b460c54
c518ca4
 
b460c54
 
 
 
 
 
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
52
53
54
55
56
---
dataset_info:
  features:
  - name: sample_index
    dtype: int64
  - name: original_filename
    dtype: string
  - name: phonemes_hex
    dtype: string
  - name: phonemes_ipa
    dtype: string
  - name: left_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: right_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: removed_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: full_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: full_tokens_audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: audio_durations
    struct:
    - name: left
      dtype: float64
    - name: right
      dtype: float64
    - name: removed
      dtype: float64
    - name: full
      dtype: float64
    - name: full_tokens
      dtype: float64
  splits:
  - name: train
    num_bytes: 52279396.0
    num_examples: 100
  download_size: 50159348
  dataset_size: 52279396.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---