BidirLM-Omni-2.5B-Embedding / sentence_bert_config.json
Nicolas-BZRD's picture
BidirLM-Omni-2.5B-Embedding-v2
4d8a7d3
Raw
History Blame Contribute Delete
907 Bytes
{
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "last_hidden_state"
},
"image": {
"method": "forward",
"method_output_name": "last_hidden_state"
},
"audio": {
"method": "forward",
"method_output_name": "last_hidden_state"
},
"video": {
"method": "forward",
"method_output_name": "last_hidden_state"
},
"message": {
"method": "forward",
"method_output_name": "last_hidden_state",
"format": "structured"
}
},
"module_output_name": "token_embeddings",
"processing_kwargs": {
"chat_template": {
"add_generation_prompt": false
}
},
"unpad_inputs": false,
"processor_kwargs": {
"max_image_size": 1024
}
}