zkeown commited on
Commit
f01749d
·
verified ·
1 Parent(s): eaab523

Add metadata.json

Browse files
Files changed (1) hide show
  1. v1.0.0/metadata.json +21 -0
v1.0.0/metadata.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "expertId": "dttnet",
3
+ "name": "DTTNet (All Stems)",
4
+ "version": "1.0.0",
5
+ "tasks": [
6
+ "vocalSeparation",
7
+ "stemSeparation"
8
+ ],
9
+ "qualityTier": "high",
10
+ "estimatedRTF": 0.4,
11
+ "peakMemoryMB": 384,
12
+ "inputKind": "mix",
13
+ "outputKind": "stem",
14
+ "sourceRepo": "schismaudio/dttnet",
15
+ "expertIds": [
16
+ "dttnet-vocals",
17
+ "dttnet-drums",
18
+ "dttnet-bass",
19
+ "dttnet-other"
20
+ ]
21
+ }