File size: 1,280 Bytes
4ce0ff6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
---
dataset_info:
  features:
  - name: sample_index
    dtype: int64
  - name: original_filename
    dtype: string
  - name: phonemes
    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
  - name: transcription_full
    dtype: string
  - name: transcription_original
    dtype: string
  - name: removed_words
    dtype: string
  - name: phonemes_annotated
    dtype: string
  - name: phonemes_actual
    dtype: string
  - name: xcodec2_tokens
    dtype: string
  splits:
  - name: batch_001
    num_bytes: 590006406.0
    num_examples: 1000
  download_size: 575101828
  dataset_size: 590006406.0
configs:
- config_name: default
  data_files:
  - split: batch_001
    path: data/batch_001-*
---