tomoro-colqwen3-embed-4b / sentence_bert_config.json
hxssgaa's picture
Fix transformers 5.x loading and add Sentence Transformers support (#4)
be3da89
Raw
History Blame
514 Bytes
{
"transformer_task": "retrieval",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "embeddings"
},
"image": {
"method": "forward",
"method_output_name": "embeddings"
}
},
"module_output_name": "token_embeddings",
"processor_kwargs": {
"max_num_visual_tokens": 1280
},
"processing_kwargs": {
"text": {
"return_mm_token_type_ids": true
}
}
}