But how should I update the get_custom_metadata method? Do I need to pass precomputed CLAP embeddings to the model? The "prompt" dictionary returned by get_custom_metadata is required to be a string. Any help would be much appreciated, the docs are a bit vague in this area.
I am trying to train the model on CLAP embedding, as described in the docs. I have updated the
model_config.json
toBut how should I update the
get_custom_metadata
method? Do I need to pass precomputed CLAP embeddings to the model? The"prompt"
dictionary returned byget_custom_metadata
is required to be a string. Any help would be much appreciated, the docs are a bit vague in this area.