colSmol-256M / sentence_bert_config.json
QuentinJG's picture
Integrate with Sentence Transformers via MultiVectorEncoder (#2)
ff62800
Raw
History Blame Contribute Delete
730 Bytes
{
"transformer_task": "feature-extraction",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "last_hidden_state"
},
"image": {
"method": "forward",
"method_output_name": "last_hidden_state"
},
"message": {
"method": "forward",
"method_output_name": "last_hidden_state",
"format": "structured"
}
},
"module_output_name": "token_embeddings",
"model_kwargs": {
"key_mapping": {
"^model\\.": ""
}
},
"processing_kwargs": {
"chat_template": {
"chat_template": "sentence_transformers"
}
}
}