Datasets:
File size: 3,510 Bytes
1f336dd fbbcc44 1f336dd 4f6dda3 1f76b38 87dd98c 182ff55 c67bc2f 1617220 ee7d60a 4e5b6ab 29ea88d 4ca3f9e 1f336dd cdf8a5a 1f336dd 0eae03b 4e5b6ab 4ca3f9e 29ea88d 5b2f687 1f336dd |
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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 |
---
dataset_info:
- config_name: test_a
features:
- name: audio
dtype:
audio:
sampling_rate: 22050
decode: false
- name: librivox_sources
list:
- name: reader_id
dtype: int32
- name: section_id
dtype: int32
- name: book_id
dtype: int32
- name: offset_seconds
dtype: float32
- name: speed_factor
dtype: float32
- name: mixing_factor
dtype: float32
- name: audioset_sources
list:
- name: tar
dtype: string
- name: filename
dtype: string
- name: mixing_factor
dtype: float32
- config_name: test_b
features:
- name: audio
dtype:
audio:
sampling_rate: 22050
decode: false
- name: librivox_sources
list:
- name: reader_id
dtype: int32
- name: section_id
dtype: int32
- name: book_id
dtype: int32
- name: offset_seconds
dtype: float32
- name: speed_factor
dtype: float32
- name: mixing_factor
dtype: float32
- name: audioset_sources
list:
- name: tar
dtype: string
- name: filename
dtype: string
- name: mixing_factor
dtype: float32
- config_name: test_c
features:
- name: audio
dtype:
audio:
sampling_rate: 22050
decode: false
- name: librivox_sources
list:
- name: reader_id
dtype: int32
- name: section_id
dtype: int32
- name: book_id
dtype: int32
- name: offset_seconds
dtype: float32
- name: speed_factor
dtype: float32
- name: mixing_factor
dtype: float32
- name: audioset_sources
list:
- name: tar
dtype: string
- name: filename
dtype: string
- name: mixing_factor
dtype: float32
- config_name: test_balanced_32k
features:
- name: audio
dtype:
audio:
sampling_rate: 22050
decode: false
- name: librivox_sources
list:
- name: reader_id
dtype: int32
- name: section_id
dtype: int32
- name: book_id
dtype: int32
- name: offset_seconds
dtype: float32
- name: speed_factor
dtype: float32
- name: mixing_factor
dtype: float32
- name: audioset_sources
list:
- name: tar
dtype: string
- name: filename
dtype: string
- name: mixing_factor
dtype: float32
- config_name: test_balanced_64k
features:
- name: audio
dtype:
audio:
sampling_rate: 22050
decode: false
- name: librivox_sources
list:
- name: reader_id
dtype: int32
- name: section_id
dtype: int32
- name: book_id
dtype: int32
- name: offset_seconds
dtype: float32
- name: speed_factor
dtype: float32
- name: mixing_factor
dtype: float32
- name: audioset_sources
list:
- name: tar
dtype: string
- name: filename
dtype: string
- name: mixing_factor
dtype: float32
configs:
- config_name: test_a
data_files:
- split: train
path: data/test_a/train-*
- config_name: test_b
data_files:
- split: train
path: data/test_b/train-*
- config_name: test_c
data_files:
- split: train
path: data/test_c/train-*
- config_name: test_balanced_64k
data_files:
- split: train
path: data/test_balanced_64k/train-*
- config_name: test_balanced_32k
data_files:
- split: train
path: data/test_balanced_32k/train-*
license: apache-2.0
task_categories:
- audio-to-audio
language:
- en
--- |