Niral Patel
commited on
Commit
·
c50b023
1
Parent(s):
8a1abe9
add readme
Browse files
README.md
CHANGED
@@ -1,14 +1,30 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0 # Example license. Adjust if needed.
|
5 |
+
library_name: transformers # Since the model integrates with Hugging Face Transformers
|
6 |
+
tags:
|
7 |
+
- audio
|
8 |
+
- source-separation
|
9 |
+
- music
|
10 |
+
- spleeter
|
11 |
+
datasets:
|
12 |
+
- None # Replace with dataset name if applicable
|
13 |
+
metrics:
|
14 |
+
- source-separation # Adjust if there's a specific metric used
|
15 |
+
base_model: None # Not based on a pretrained model
|
16 |
|
17 |
+
model-index:
|
18 |
+
- name: Spleeter 2-Stems Transformer Integration
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: audio-source-separation
|
22 |
+
name: Source Separation
|
23 |
+
dataset:
|
24 |
+
type: None # Replace with dataset name if you used one
|
25 |
+
name: None # Replace if a specific dataset was used
|
26 |
+
metrics:
|
27 |
+
- type: source-separation
|
28 |
+
value: N/A
|
29 |
+
name: Accuracy # Replace with relevant metric name and value if applicable
|
30 |
+
---
|