Add a default prompt for OpenAssistant oasst-sft-1-pythia-12b #253

This commit is contained in:
oobabooga 2023-03-12 10:46:16 -03:00
parent 78901d522b
commit 0ac562bdba
2 changed files with 4 additions and 2 deletions

View file

@ -46,7 +46,8 @@ settings = {
'prompts': {
'default': 'Common sense questions and answers\n\nQuestion: \nFactual answer:',
'^(gpt4chan|gpt-4chan|4chan)': '-----\n--- 865467536\nInput text\n--- 865467537\n',
'(rosey|chip|joi)_.*_instruct.*': 'User: \n'
'(rosey|chip|joi)_.*_instruct.*': 'User: \n',
'oasst-*': '<|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>'
}
}