Imablank commited on
Commit
fc294c8
1 Parent(s): eaf6033

Update settings.json

Browse files
Files changed (1) hide show
  1. settings.json +2 -2
settings.json CHANGED
@@ -8,7 +8,7 @@
8
  "context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
9
  "greeting": "",
10
  "end_of_turn": "",
11
- "custom_stopping_strings": "{{char}}: ",
12
  "stop_at_newline": false,
13
  "add_bos_token": true,
14
  "ban_eos_token": false,
@@ -21,7 +21,7 @@
21
  "chat_prompt_size": 2048,
22
  "chat_prompt_size_min": 0,
23
  "chat_prompt_size_max": 2048,
24
- "chat_generation_attempts": 2,
25
  "chat_generation_attempts_min": 1,
26
  "chat_generation_attempts_max": 5,
27
  "default_extensions": [],
 
8
  "context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
9
  "greeting": "",
10
  "end_of_turn": "",
11
+ "custom_stopping_strings": " \"{{char}}: \", \"{{user}}: \", \"Scenario: \", \"Persona: \", \"Greeting: \" ",
12
  "stop_at_newline": false,
13
  "add_bos_token": true,
14
  "ban_eos_token": false,
 
21
  "chat_prompt_size": 2048,
22
  "chat_prompt_size_min": 0,
23
  "chat_prompt_size_max": 2048,
24
+ "chat_generation_attempts": 3,
25
  "chat_generation_attempts_min": 1,
26
  "chat_generation_attempts_max": 5,
27
  "default_extensions": [],