ai-forever commited on
Commit
537c839
·
verified ·
1 Parent(s): 7894c28

Add prompts to config

Browse files
Files changed (1) hide show
  1. config_sentence_transformers.json +12 -0
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
+ }