mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
14 lines
693 B
YAML
14 lines
693 B
YAML
name: Airoboros Instruct
|
|
content: |
|
|
A chat between a curious user and an assistant.
|
|
The assistant gives helpful, detailed, accurate responses to the user's input.
|
|
### USER: @<Give instructions to the AI>@
|
|
### ASSISTANT: @<generation_placeholder>@
|
|
|
|
help: |
|
|
This is the default Airoboros fine tuning format for chat mode with input.
|
|
There are two parameters:
|
|
- The first is the input, which is the subject of your injstruction. For example, if the instruction is summarize this text, then the input is the text.
|
|
- The second parameter is the instruction itself. For example, summarize this text.
|
|
|
|
author: ParisNeo (adapted from the original Airoboros documentation by Jon Durbin) |