mamsler commited on
Commit
0e6fccf
·
verified ·
1 Parent(s): 8e37c09

remove trailing comma, bec. invalid JSON

Browse files

remove the trailing comma in the setting; throws an error when trying to load the model

Files changed (1) hide show
  1. config_sentence_transformers.json +1 -1
config_sentence_transformers.json CHANGED
@@ -6,7 +6,7 @@
6
  },
7
  "prompts": {
8
  "query": "search_query: ",
9
- "passage": "search_document: ",
10
  },
11
  "default_prompt_name": null,
12
  "similarity_fn_name": "cosine"
 
6
  },
7
  "prompts": {
8
  "query": "search_query: ",
9
+ "passage": "search_document: "
10
  },
11
  "default_prompt_name": null,
12
  "similarity_fn_name": "cosine"