Tom Aarsen
Integrate with upcoming Sentence Transformers v5.5.0
1a5fa14
raw
history blame
364 Bytes
{
"transformer_task": "feature-extraction",
"modality_config": {
"audio": {
"method": "forward",
"method_output_name": "last_hidden_state"
},
"audio+text": {
"method": "forward",
"method_output_name": "last_hidden_state"
}
},
"module_output_name": "token_embeddings"
}