update max new tokens (#182)

Co-authored-by: Clarence Jones <wes@Clarences-MacBook-Pro.local>
This commit is contained in:
Web 3 Wes
2023-10-31 15:16:11 -04:00
committed by GitHub
parent d6c3f0ea0f
commit e9e5d341a6

View File

@@ -9,5 +9,6 @@ SIMPLE = {
# '\n#',
# '\n\n\n',
],
"max_new_tokens": 3072,
"truncation_length": 4096, # assuming llama2 models
}