pcunwa commited on
Commit
5b1f828
·
verified ·
1 Parent(s): f50fe03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -1,3 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  https://mvsep.com/quality_checker/entry/9303<br>
2
  <code>
3
  Metric sdr for instrum: 17.2702<br>
@@ -9,7 +39,6 @@ Metric aura_mrstft for instrum: 22.7086<br>
9
  Metric bleedless for instrum: 38.7761<br>
10
  Metric fullness for instrum: 36.9074<br>
11
  </code>
12
- Currently, this model holds the highest aura_mrstft score on the instrumental side of the Multisong dataset.<br><br>
13
 
14
  To use this model, replace the model file with one from this repository.<br><br>
15
  Some components in the SegmModel module were implemented based on this paper: https://arxiv.org/abs/2506.17733.<br><br>
 
1
+ v2_inst--------------------------------------------------------------------<br>
2
+ https://mvsep.com/quality_checker/entry/9475<br>
3
+ <code>
4
+ Metric sdr for instrum: 17.4007<br>
5
+ Metric si_sdr for instrum: 17.3154<br>
6
+ Metric l1_freq for instrum: 39.9287<br>
7
+ Metric log_wmse for instrum: 14.1031<br>
8
+ Metric aura_stft for instrum: 16.5670<br>
9
+ Metric aura_mrstft for instrum: 22.8199<br>
10
+ Metric bleedless for instrum: 37.8745<br>
11
+ Metric fullness for instrum: 38.0255<br>
12
+ </code>
13
+ Currently, this model holds the highest aura_mrstft score on the instrumental side of the Multisong dataset.<br>
14
+ <br>
15
+ <br>
16
+ v2_voc--------------------------------------------------------------------<br>
17
+ https://mvsep.com/quality_checker/entry/9470<br>
18
+ <code>
19
+ Metric sdr for vocals: 11.3957<br>
20
+ Metric si_sdr for vocals: 10.9629<br>
21
+ Metric l1_freq for vocals: 39.5419<br>
22
+ Metric log_wmse for vocals: 14.3935<br>
23
+ Metric aura_stft for vocals: 10.2444<br>
24
+ Metric aura_mrstft for vocals: 12.8111<br>
25
+ Metric bleedless for vocals: 34.0758<br>
26
+ Metric fullness for vocals: 19.0952<br>
27
+ </code>
28
+ <br>
29
+ <br>
30
+ v1--------------------------------------------------------------------<br>
31
  https://mvsep.com/quality_checker/entry/9303<br>
32
  <code>
33
  Metric sdr for instrum: 17.2702<br>
 
39
  Metric bleedless for instrum: 38.7761<br>
40
  Metric fullness for instrum: 36.9074<br>
41
  </code>
 
42
 
43
  To use this model, replace the model file with one from this repository.<br><br>
44
  Some components in the SegmModel module were implemented based on this paper: https://arxiv.org/abs/2506.17733.<br><br>