Increase chat_prompt_size_max

This commit is contained in:
oobabooga 2023-06-05 17:37:37 -03:00
parent 4e9937aa99
commit 3a5cfe96f0
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ settings = {
'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>', 'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
'chat_prompt_size': 2048, 'chat_prompt_size': 2048,
'chat_prompt_size_min': 0, 'chat_prompt_size_min': 0,
'chat_prompt_size_max': 2048, 'chat_prompt_size_max': 8192,
'chat_generation_attempts': 1, 'chat_generation_attempts': 1,
'chat_generation_attempts_min': 1, 'chat_generation_attempts_min': 1,
'chat_generation_attempts_max': 10, 'chat_generation_attempts_max': 10,

View file

@ -32,7 +32,7 @@ chat-instruct_command: 'Continue the chat dialogue below. Write a single reply f
<|prompt|>' <|prompt|>'
chat_prompt_size: 2048 chat_prompt_size: 2048
chat_prompt_size_min: 0 chat_prompt_size_min: 0
chat_prompt_size_max: 2048 chat_prompt_size_max: 8192
chat_generation_attempts: 1 chat_generation_attempts: 1
chat_generation_attempts_min: 1 chat_generation_attempts_min: 1
chat_generation_attempts_max: 10 chat_generation_attempts_max: 10