You're looking at a specific version of this model. Jump to the model overview.
sakemin /all-in-one-music-structure-analyzer:6ad23f9f
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| music_input |
string
|
An audio file input to analyze.
|
|
| visualize |
boolean
|
False
|
Save visualizations
|
| sonify |
boolean
|
False
|
Save sonifications
|
| activ |
boolean
|
False
|
Save frame-level raw activations from sigmoid and softmax
|
| embed |
boolean
|
False
|
Save frame-level embeddings
|
| model |
None
|
harmonix-all
|
Name of the pretrained model to use
|
| include_activations |
boolean
|
False
|
Whether to include activations in the analysis results or not.
|
| include_embeddings |
boolean
|
False
|
Whether to include embeddings in the analysis results or not.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'format': 'uri', 'type': 'string'},
'title': 'Output',
'type': 'array'}