Merge pull request #1573 from StefanDanielSchwarz/Llama-2-Chat-separator-fix

Llama 2 Chat separator fix
This commit is contained in:
Cohee 2023-12-19 19:14:54 +02:00 committed by GitHub
commit c7b93b690f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"system_sequence_prefix": "[INST] <<SYS>>\n",
"system_sequence_suffix": "\n<</SYS>>\n",
"stop_sequence": "",
"separator_sequence": "\n",
"separator_sequence": " ",
"wrap": false,
"macro": true,
"names": false,