Upload manifest.json with huggingface_hub
Browse files- manifest.json +27 -0
manifest.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "drumsep",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"backend": "onnx",
|
| 5 |
+
"sample_rate": 44100,
|
| 6 |
+
"segment": 40.0,
|
| 7 |
+
"segment_samples": 1764000,
|
| 8 |
+
"stems": [
|
| 9 |
+
"kick",
|
| 10 |
+
"snare",
|
| 11 |
+
"cymbals",
|
| 12 |
+
"toms"
|
| 13 |
+
],
|
| 14 |
+
"stft_params": {
|
| 15 |
+
"nfft": 4096,
|
| 16 |
+
"hop_length": 1024,
|
| 17 |
+
"freq_bins": 2049
|
| 18 |
+
},
|
| 19 |
+
"artifacts": [
|
| 20 |
+
{
|
| 21 |
+
"file": "drumsep.onnx",
|
| 22 |
+
"url": "https://huggingface.co/splitzo/drumsep/resolve/main/drumsep.onnx",
|
| 23 |
+
"sha256": "313dcb93e0ed60f52280cd20f2145f32110ffa6f450ce157a69846e16642dd5f",
|
| 24 |
+
"size_bytes": 335086851
|
| 25 |
+
}
|
| 26 |
+
]
|
| 27 |
+
}
|