v-splade-quality / sentence_bert_config.json
gyuhwung-cho's picture
Integrate with Sentence Transformers (#2)
4598caf
Raw
History Blame Contribute Delete
706 Bytes
{
"transformer_task": "fill-mask",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "logits"
},
"image": {
"method": "forward",
"method_output_name": "logits"
},
"image+text": {
"method": "forward",
"method_output_name": "logits"
},
"message": {
"method": "forward",
"method_output_name": "logits",
"format": "structured"
}
},
"module_output_name": "token_embeddings",
"processing_kwargs": {
"chat_template": {
"chat_template": "sentence_transformers"
}
}
}