Model release: v1
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +74 -0
- data.pkl +0 -0
- data/94848932696672 +0 -0
- data/94848932753296 +0 -0
- data/94848932758944 +0 -0
- data/94848941022720 +0 -0
- data/94848941969984 +0 -0
- data/94848941974192 +0 -0
- data/94848942093552 +1 -0
- data/94848947380336 +0 -0
- data/94848947514432 +0 -0
- data/94848947528992 +1 -0
- data/94848947894048 +0 -0
- data/94848947894144 +4 -0
- data/94848947914608 +0 -0
- data/94848948018320 +0 -0
- data/94848948018416 +0 -0
- data/94848948019936 +0 -0
- data/94848948027280 +0 -0
- data/94848948028480 +0 -0
- data/94848948032272 +0 -0
- data/94848948034304 +0 -0
- data/94848948062048 +0 -0
- data/94848948120480 +0 -0
- data/94848948151168 +0 -0
- data/94848948177824 +0 -0
- data/94848948207552 +0 -0
- data/94848948334336 +0 -0
- data/94848948357968 +1 -0
- data/94848948358064 +0 -0
- data/94848948367456 +0 -0
- data/94848948474928 +0 -0
- data/94848948500272 +0 -0
- data/94848948564336 +0 -0
- data/94848948608080 +0 -0
- data/94848948608336 +0 -0
- data/94848948869152 +1 -0
- data/94848949144144 +1 -0
- data/94848949144240 +0 -0
- data/94848949159296 +0 -0
- data/94848949172176 +2 -0
- data/94848949200464 +0 -0
- data/94848949272384 +0 -0
- data/94848949272544 +0 -0
- data/94848949312064 +0 -0
- data/94848949335088 +0 -0
- data/94848949372768 +0 -0
- data/94848949372864 +1 -0
- data/94848949411808 +0 -0
- data/94848949412064 +0 -0
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- asteroid
|
| 4 |
+
- audio
|
| 5 |
+
- ConvTasNet
|
| 6 |
+
- audio-to-audio
|
| 7 |
+
datasets:
|
| 8 |
+
- Libri2Mix
|
| 9 |
+
- sep_clean
|
| 10 |
+
license: cc-by-sa-4.0
|
| 11 |
+
---
|
| 12 |
+
## Asteroid model `Awais/Audio_Source_Separation`
|
| 13 |
+
Imported from [Zenodo](https://zenodo.org/record/3873572#.X9M69cLjJH4)
|
| 14 |
+
|
| 15 |
+
Description:
|
| 16 |
+
|
| 17 |
+
This model was trained by Joris Cosentino using the librimix recipe in [Asteroid](https://github.com/asteroid-team/asteroid).
|
| 18 |
+
It was trained on the `sep_clean` task of the Libri2Mix dataset.
|
| 19 |
+
|
| 20 |
+
Training config:
|
| 21 |
+
```yaml
|
| 22 |
+
data:
|
| 23 |
+
n_src: 2
|
| 24 |
+
sample_rate: 8000
|
| 25 |
+
segment: 3
|
| 26 |
+
task: sep_clean
|
| 27 |
+
train_dir: data/wav8k/min/train-360
|
| 28 |
+
valid_dir: data/wav8k/min/dev
|
| 29 |
+
filterbank:
|
| 30 |
+
kernel_size: 16
|
| 31 |
+
n_filters: 512
|
| 32 |
+
stride: 8
|
| 33 |
+
masknet:
|
| 34 |
+
bn_chan: 128
|
| 35 |
+
hid_chan: 512
|
| 36 |
+
mask_act: relu
|
| 37 |
+
n_blocks: 8
|
| 38 |
+
n_repeats: 3
|
| 39 |
+
skip_chan: 128
|
| 40 |
+
optim:
|
| 41 |
+
lr: 0.001
|
| 42 |
+
optimizer: adam
|
| 43 |
+
weight_decay: 0.0
|
| 44 |
+
training:
|
| 45 |
+
batch_size: 24
|
| 46 |
+
early_stop: True
|
| 47 |
+
epochs: 200
|
| 48 |
+
half_lr: True
|
| 49 |
+
num_workers: 2
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
|
| 53 |
+
Results :
|
| 54 |
+
|
| 55 |
+
On Libri2Mix min test set :
|
| 56 |
+
```yaml
|
| 57 |
+
si_sdr: 14.764543634468069
|
| 58 |
+
si_sdr_imp: 14.764029375607246
|
| 59 |
+
sdr: 15.29337970745095
|
| 60 |
+
sdr_imp: 15.114146605113111
|
| 61 |
+
sir: 24.092904661115366
|
| 62 |
+
sir_imp: 23.913669683141528
|
| 63 |
+
sar: 16.06055906916849
|
| 64 |
+
sar_imp: -51.980784441287454
|
| 65 |
+
stoi: 0.9311142440593033
|
| 66 |
+
stoi_imp: 0.21817376142710482
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
+
License notice:
|
| 70 |
+
|
| 71 |
+
This work "ConvTasNet_Libri2Mix_sepclean_8k"
|
| 72 |
+
is a derivative of [LibriSpeech ASR corpus](http://www.openslr.org/12) by Vassil Panayotov,
|
| 73 |
+
used under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). "ConvTasNet_Libri2Mix_sepclean_8k"
|
| 74 |
+
is licensed under [Attribution-ShareAlike 3.0 Unported](https://creativecommons.org/licenses/by-sa/3.0/) by Cosentino Joris.
|
data.pkl
ADDED
|
Binary file (57.4 kB). View file
|
|
|
data/94848932696672
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848932753296
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848932758944
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848941022720
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848941969984
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848941974192
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848942093552
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
��>
|
data/94848947380336
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848947514432
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848947528992
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
e��
|
data/94848947894048
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848947894144
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
�&'>d�o���>��T�1:k�L���Z+�)j%=��_=r�>�����=�$ � P[>�
|
| 2 |
+
�@��=&�K���>����`�;���k�7��2g=E�o��e>��}�t�>�=s�=�����ڂ=�n
|
| 3 |
+
>����H�Ľ^�����Ӂ�������>q�>��=���>��8> ��= ����X>�hp��X����n>�∼��Ž��[>a���֞�>�
|
| 4 |
+
�=I�V�U�@=������m����bU������u�s�{>-�=�0G�s��>I��;�L�>3�ν;6�b��<Q�>rd=������=ER������)>�q��ݏ_��i:=1Q>}f�2�a�]�i�1�=
|
data/94848947914608
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948018320
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848948018416
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948019936
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948027280
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848948028480
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948032272
ADDED
|
Binary file (32.8 kB). View file
|
|
|
data/94848948034304
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948062048
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948120480
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948151168
ADDED
|
Binary file (6.14 kB). View file
|
|
|
data/94848948177824
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948207552
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948334336
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848948357968
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
j@�
|
data/94848948358064
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948367456
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948474928
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948500272
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948564336
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848948608080
ADDED
|
Binary file (262 kB). View file
|
|
|
data/94848948608336
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848948869152
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
c�پ
|
data/94848949144144
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
U*��
|
data/94848949144240
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848949159296
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848949172176
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
U�>
|
data/94848949200464
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848949272384
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848949272544
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848949312064
ADDED
|
Binary file (6.14 kB). View file
|
|
|
data/94848949335088
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848949372768
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848949372864
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
X�g�
|
data/94848949411808
ADDED
|
Binary file (2.05 kB). View file
|
|
|
data/94848949412064
ADDED
|
Binary file (6.14 kB). View file
|
|
|