USER2-1C-code / config_sentence_transformers.json
Kostya165's picture
Upload folder using huggingface_hub
3d68cb6 verified
raw
history blame
440 Bytes
{
"__version__": {
"pytorch": "2.8.0+cu128",
"sentence_transformers": "5.5.1",
"transformers": "5.1.0"
},
"default_prompt_name": null,
"model_type": "SentenceTransformer",
"prompts": {
"classification": "classification: ",
"clustering": "clustering: ",
"document": "",
"query": "",
"search_document": "search_document: ",
"search_query": "search_query: "
},
"similarity_fn_name": "cosine"
}