This repository has been archived on 2025-09-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Eucalyptus-Chat/profiles/vicuna-v1.1.json

8 lines
244 B
JSON
Raw Normal View History

2023-05-30 19:07:23 +02:00
{
"name": "Vicuna v1.1",
2023-05-30 19:07:23 +02:00
"conversation_prefix": "A chat between a curious user and a helpful AI assistant.\n\n",
"user_keyword": "USER:",
"assistant_keyword": "ASSISTANT:",
"separator": "\n",
"stop_sequences": ["</s>"]
}