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