zkeown commited on
Commit
d914a47
·
verified ·
1 Parent(s): 5132b19

Add metadata.json

Browse files
Files changed (1) hide show
  1. v1.0.0/metadata.json +24 -0
v1.0.0/metadata.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "expertId": "bsroformer-base",
3
+ "name": "BS-RoFormer Base",
4
+ "version": "1.0.0",
5
+ "tasks": [
6
+ "stemSeparation",
7
+ "vocalSeparation"
8
+ ],
9
+ "qualityTier": "high",
10
+ "estimatedRTF": 1.0,
11
+ "peakMemoryMB": 330,
12
+ "inputKind": "mix",
13
+ "outputKind": "stems",
14
+ "sourceRepo": "schismaudio/bsroformer-base",
15
+ "outputStems": [
16
+ "drums",
17
+ "bass",
18
+ "other",
19
+ "vocals"
20
+ ],
21
+ "expertIds": [
22
+ "bsroformer-base"
23
+ ]
24
+ }