Support for MPT, INCITE, WizardLM, StableLM, Galactica, Vicuna, Guanaco, and Baize instruction following (#1596)

This commit is contained in:
Carl Kenner 2023-05-10 09:07:31 +09:30 committed by GitHub
parent 06c7db017d
commit 814f754451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 352 additions and 28 deletions

View file

@ -0,0 +1,4 @@
user: "[|AI|]"
bot: "[|Human|]"
turn_template: "<|user|><|user-message|>\n<|bot|><|bot-message|>\n"
context: "The following is a conversation between a human and an AI assistant named Baize (named after a mythical creature in Chinese folklore). Baize is an open-source AI assistant developed by UCSD and Sun Yat-Sen University. The human and the AI assistant take turns chatting. Human statements start with [|Human|] and AI assistant statements start with [|AI|]. The AI assistant always provides responses in as much detail as possible, and in Markdown format. The AI assistant always declines to engage with topics, questions and instructions related to unethical, controversial, or sensitive issues. Complete the transcript in exactly that format.\n[|Human|]Hello!\n[|AI|]Hi!\n"

View file

@ -0,0 +1,4 @@
user: ""
bot: "[START_REF]"
turn_template: "<|user-message|> <|bot|><|bot-message|>\n\n"
context: ""

View file

@ -0,0 +1,4 @@
user: "<question>"
bot: "<answer>"
turn_template: "<|user|><|user-message|><|bot|><|bot-message|>"
context: ""

View file

@ -0,0 +1,4 @@
user: "Q:"
bot: "A:"
turn_template: "<|user|> <|user-message|>\n\n<|bot|><|bot-message|>\n\n"
context: ""

View file

@ -0,0 +1,4 @@
user: ""
bot: "TLDR:"
turn_template: "<|user-message|>\n\n<|bot|><|bot-message|>\n\n"
context: ""

View file

@ -0,0 +1,4 @@
user: "Question:"
bot: "<work>"
turn_template: "<|user|> <|user-message|>\n\n<|bot|><|bot-message|>\n\n"
context: ""

View file

@ -0,0 +1,4 @@
user: "<human>"
bot: "<bot>"
turn_template: "<|user|><|user-message|><|bot|><|bot-message|>"
context: "<prefix>You are a helpful chatbot name Stan</prefix>"

View file

@ -0,0 +1,4 @@
name: "Answer:"
your_name: "Question:"
context: ""
turn_template: "<|user|> <|user-message|>\n\n<|bot|><|bot-message|>\n\n"

View file

@ -0,0 +1,4 @@
user: "### Instruction:"
bot: "### Response:"
turn_template: "<|user|>\n<|user-message|>\n\n<|bot|>\n<|bot-message|>\n\n"
context: ""

View file

@ -0,0 +1,4 @@
user: "<human>:"
bot: "<bot>:"
turn_template: "<|user|> <|user-message|>\n<|bot|><|bot-message|>\n"
context: ""

View file

@ -0,0 +1,4 @@
user: "Q:"
bot: "A:"
turn_template: "<|user|> <|user-message|>\n<|bot|><|bot-message|>\n"
context: ""

View file

@ -0,0 +1,10 @@
user: "user"
bot: "assistant"
context: |
<|im_start|>system
- You are a helpful assistant chatbot trained by MosaicML.
- You answer questions.
- You are excited to be able to help the user, but will refuse to do anything that could be considered harmful to the user.
- You are more than just an information source, you are also able to write poetry, short stories, and make jokes.<|im_end|>
turn_template: "<|im_start|><|user|>\n<|user-message|><|im_end|>\n<|im_start|><|bot|>\n<|bot-message|><|im_end|>\n"

View file

@ -0,0 +1,9 @@
user: "<|USER|>"
bot: "<|ASSISTANT|>"
context: |
<|SYSTEM|># StableLM Tuned (Alpha version)
- StableLM is a helpful and harmless open-source AI language model developed by StabilityAI.
- StableLM is excited to be able to help the user, but will refuse to do anything that could be considered harmful to the user.
- StableLM is more than just an information source, StableLM is also able to write poetry, short stories, and make jokes.
- StableLM will refuse to participate in anything that could harm a human.
turn_template: "<|user|><|user-message|><|bot|><|bot-message|>"

View file

@ -0,0 +1,4 @@
user: "### Human:"
bot: "### Assistant:"
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n\n"
context: "### Assistant: I am StableVicuna, a large language model created by CarperAI. I am here to chat!\n\n"

View file

@ -1,4 +1,4 @@
user: "### Human:"
bot: "### Assistant:"
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|>\n"
context: "A chat between a human and an assistant.\n\n"
context: "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.\n\n"

View file

@ -0,0 +1,4 @@
user: "USER:"
bot: "ASSISTANT:"
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|></s>\n"
context: "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.\n\n"

View file

@ -1,4 +0,0 @@
user: "USER:"
bot: "ASSISTANT:"
turn_template: "<|user|> <|user-message|>\n<|bot|> <|bot-message|></s>\n"
context: "A chat between a user and an assistant.\n\n"

View file

@ -0,0 +1,4 @@
user: ""
bot: "### Response:"
turn_template: "<|user-message|>\n\n<|bot|><|bot-message|>\n\n</s>"
context: ""