lollms-webui/presets/airoboros_instruct.yaml

14 lines
693 B
YAML
Raw Permalink Normal View History

2023-08-27 18:15:31 +00:00
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.
2023-08-27 22:41:55 +00:00
### USER: @<Give instructions to the AI>@
### ASSISTANT: @<generation_placeholder>@
2023-08-27 18:15:31 +00:00
help: |
This is the default Airoboros fine tuning format for chat mode with input.
There are two parameters:
2024-07-09 21:05:30 +00:00
- 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.
2023-08-27 18:15:31 +00:00
author: ParisNeo (adapted from the original Airoboros documentation by Jon Durbin)