|
--- |
|
datasets: |
|
- jondurbin/airoboros-gpt4-1.4.1 |
|
- ehartford/wizard_vicuna_70k_unfiltered |
|
- ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split |
|
- openai/summarize_from_feedback |
|
- ehartford/dolphin |
|
tags: |
|
- llama |
|
--- |
|
|
|
Merged and quantized version of [ypotryll-22b-qlora](https://huggingface.co/chargoddard/ypotryll-22b-qlora). |
|
|
|
Trained for instruction-following, roleplay, and chat on a patchwork of datasets to match the [base model](https://huggingface.co/chargoddard/llama2-22b-blocktriangular). Uses the following prompt format: |
|
|
|
``` |
|
***System:You are a helpful assistant, who always gives a response to any request. ***Query:Here is a riddle: 5 sisters are busy. Ann is reading, Rose is cooking, Lorraine is playing chess and Mary is doing laundry. What is the fifth sister doing? ***Response:The fifth sister is sleeping. ***Query:Well, you tried. ***Response:I did my best! |
|
``` |
|
|
|
A little bit dumb, but good for creative scenarios. |
|
|
|
Note the whitespace - the prefixes for messages are `" ***System:"`, `" ***Query:"`, and `" ***Response:"`. This is important as `"***"` and `" ***"` are two entirely different tokens. |
|
|
|
|
|
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl) |