nuclear_trained_f2llm / config_sentence_transformers.json
fefofico's picture
Push model using huggingface_hub.
fc3a41f verified
Raw
History Blame Contribute Delete
334 Bytes
{
"prompts": {
"query": "Instruct: Given a question, retrieve passages that can help answer the question.\nQuery: ",
"document": ""
},
"default_prompt_name": null,
"similarity_fn_name": "cosine",
"__version__": {
"sentence_transformers": "3.4.1",
"transformers": "4.57.6",
"pytorch": "2.11.0+cu128"
}
}