You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: