You're looking at a specific version of this model. Jump to the model overview.
sakemin /all-in-one-music-structure-analyzer:f9d5d2a1
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 |
string
(enum)
|
harmonix-all
Options: harmonix-all, harmonix-fold0, harmonix-fold1, harmonix-fold2, harmonix-fold3, harmonix-fold4, harmonix-fold5, harmonix-fold6, harmonix-fold7 |
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'}