ai-forever
commited on
Add prompts to config
Browse files
config_sentence_transformers.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"prompts": {
|
3 |
+
"paraphrase": "paraphrase: ",
|
4 |
+
"search_query": "search_query: ",
|
5 |
+
"search_document": "search_document: ",
|
6 |
+
"categorize_sentiment": "categorize_sentiment: ",
|
7 |
+
"categorize_topic": "categorize_topic: ",
|
8 |
+
"categorize_entailment": "categorize_entailment: "
|
9 |
+
},
|
10 |
+
"default_prompt_name": null,
|
11 |
+
"similarity_fn_name": null
|
12 |
+
}
|