Use Alpaca as the default instruction template

This commit is contained in:
oobabooga 2023-08-29 13:06:25 -07:00
parent 9a202f7fb2
commit 36864cb3e8
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ settings = {
'name2': 'Assistant',
'context': 'This is a conversation with your Assistant. It is a computer program designed to help you with various tasks such as answering questions, providing recommendations, and helping with decision making. You can ask it anything you want and it will do its best to give you accurate and relevant information.',
'greeting': '',
'instruction_template': 'None',
'instruction_template': 'Alpaca',
'chat-instruct_command': 'Continue the chat dialogue below. Write a single reply for the character "<|character|>".\n\n<|prompt|>',
'autoload_model': False,
'default_extensions': ['gallery'],

View file

@ -25,7 +25,7 @@ name1: You
name2: Assistant
context: This is a conversation with your Assistant. It is a computer program designed to help you with various tasks such as answering questions, providing recommendations, and helping with decision making. You can ask it anything you want and it will do its best to give you accurate and relevant information.
greeting: ''
instruction_template: None
instruction_template: Alpaca
chat-instruct_command: |-
Continue the chat dialogue below. Write a single reply for the character "<|character|>".