初始化项目,由ModelHub XC社区提供模型
Model: AROY76/Embedding-gemma-300M-skills Source: Original Platform
This commit is contained in:
26
config_sentence_transformers.json
Normal file
26
config_sentence_transformers.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"model_type": "SentenceTransformer",
|
||||
"__version__": {
|
||||
"sentence_transformers": "5.2.0",
|
||||
"transformers": "4.57.0.dev0",
|
||||
"pytorch": "2.9.0+cu126"
|
||||
},
|
||||
"prompts": {
|
||||
"query": "task: search result | query: ",
|
||||
"document": "title: none | text: ",
|
||||
"BitextMining": "task: search result | query: ",
|
||||
"Clustering": "task: clustering | query: ",
|
||||
"Classification": "task: classification | query: ",
|
||||
"InstructionRetrieval": "task: code retrieval | query: ",
|
||||
"MultilabelClassification": "task: classification | query: ",
|
||||
"PairClassification": "task: sentence similarity | query: ",
|
||||
"Reranking": "task: search result | query: ",
|
||||
"Retrieval": "task: search result | query: ",
|
||||
"Retrieval-query": "task: search result | query: ",
|
||||
"Retrieval-document": "title: none | text: ",
|
||||
"STS": "task: sentence similarity | query: ",
|
||||
"Summarization": "task: summarization | query: "
|
||||
},
|
||||
"default_prompt_name": null,
|
||||
"similarity_fn_name": "cosine"
|
||||
}
|
||||
Reference in New Issue
Block a user