Hugo Flores Garcia commited on
Commit
a027f33
1 Parent(s): d48e768

commit model

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -3,4 +3,14 @@ This is an Audacity wrapper for the model, forked from the repository groadabike
3
  This model was trained using the Asteroid library: https://github.com/asteroid-team/asteroid.
4
 
5
  metadata:
6
- {'id': 'groadabike/ConvTasNet_DAMP-VSEP_enhboth', 'sample_rate': 8000.0, 'name': 'ConvTasNet-DAMP-Vocals', 'author': ['groadabike', 'ConvTasNet_DAMP-VSEP_enhboth'], 'domain': 'vocal-enhancement', 'effect': 'source-separation', 'multichannel': False, 'labels': ['source-0', 'source-1'], 'description': '\nA vocals separation model, trained on the DAMP dataset. \nTrained using Asteroid.\n'}
 
 
 
 
 
 
 
 
 
 
 
3
  This model was trained using the Asteroid library: https://github.com/asteroid-team/asteroid.
4
 
5
  metadata:
6
+ { 'author': ['groadabike', 'ConvTasNet_DAMP-VSEP_enhboth'],
7
+ 'description': '\n'
8
+ 'A vocals separation model, trained on the DAMP dataset. \n'
9
+ 'Trained using Asteroid.\n',
10
+ 'domain': 'vocal-enhancement',
11
+ 'effect': 'source-separation',
12
+ 'id': 'groadabike/ConvTasNet_DAMP-VSEP_enhboth',
13
+ 'labels': ['source-0', 'source-1'],
14
+ 'multichannel': False,
15
+ 'name': 'ConvTasNet-DAMP-Vocals',
16
+ 'sample_rate': 8000.0}