Sucial commited on
Commit
1c6b1ad
1 Parent(s): 7c1a73d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ ---
4
+
5
+ You can try listening to the performance of this model [here](./example_audio)
6
+
7
+ Description: The model is used to separate aspiration, which will be useful for mixing to some mixrs.<br>
8
+ Instruments: aspiration, other<br>
9
+ Dataset: My own datasets(117 songs for training and 17 songs for validation).<br>
10
+ Metrics: Based on the SDR of 17 songs for validation.<br>
11
+
12
+ [aspiration_mel_band_roformer_less_aggr_sdr_18.1201.ckpt](./aspiration_mel_band_roformer_less_aggr_sdr_18.1201.ckpt)<br>
13
+ Epoch: 27<br>
14
+ Instr SDR aspiration: 9.0704<br>
15
+ Instr SDR other: 27.1699<br>
16
+ SDR Avg: 18.1201<br>
17
+
18
+ [aspiration_mel_band_roformer_sdr_18.9845.ckpt](./aspiration_mel_band_roformer_sdr_18.9845.ckpt)<br>
19
+ Epoch: 123<br>
20
+ Instr SDR aspiration: 9.8554<br>
21
+ Instr SDR other: 28.1136<br>
22
+ SDR Avg: 18.9845<br>
23
+
24
+ training logs:
25
+ ![image](./training_logs.png)