File size: 2,106 Bytes
1f336dd
 
fbbcc44
1f336dd
 
 
 
 
 
4f6dda3
1f76b38
87dd98c
 
 
 
 
 
 
 
 
 
182ff55
 
c67bc2f
 
1617220
 
 
 
 
 
ee7d60a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4e5b6ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1f336dd
 
 
cdf8a5a
1f336dd
0eae03b
 
 
 
4e5b6ab
 
 
 
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
---
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
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-*
license: apache-2.0
task_categories:
- audio-to-audio
language:
- en
---