coa-mapper / sentence_bert_config.json
Divyanshuissc's picture
v1 weights: bge-small-en-v1.5 fine-tuned on coa-mapping-synthetic (acc@1 0.883 on COA-Map-Bench v1)
14e8c08 verified
Raw
History Blame Contribute Delete
241 Bytes
{
"transformer_task": "feature-extraction",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "last_hidden_state"
}
},
"module_output_name": "token_embeddings"
}