Add model settings to the Models tab

This commit is contained in:
oobabooga 2023-04-12 17:09:56 -03:00
parent 4f7e88c043
commit 1566d8e344
3 changed files with 136 additions and 60 deletions

View file

@ -6,7 +6,7 @@
"name1": "You",
"name2": "Assistant",
"context": "This is a conversation with your Assistant. The Assistant is very helpful and is eager to chat with you and answer your questions.",
"greeting": "Hello there!",
"greeting": "",
"end_of_turn": "",
"custom_stopping_strings": "",
"stop_at_newline": false,
@ -15,6 +15,7 @@
"truncation_length": 2048,
"truncation_length_min": 0,
"truncation_length_max": 4096,
"mode": "cai-chat",
"chat_prompt_size": 2048,
"chat_prompt_size_min": 0,
"chat_prompt_size_max": 2048,