From 33e1890086168ebc990a3e791eb01c851edb83fc Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Fri, 2 Jun 2023 12:27:51 +0900 Subject: [PATCH] Add pygmalion --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32a05ff04..7f11e9fe5 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ Have dataset(s) in one of the following format (JSONL recommended): ```json {"scores": "...", "critiques": "...", "instruction": "...", "answer": "...", "revision": "..."} ``` +- `pygmalion`: pygmalion + ```json + {"conversations": [{"role": "...", "value": "..."}]} + ``` - custom prompts structure: 1. Add your method to a file in [prompt_strategies](src/axolotl/prompt_strategies). Please see other files as example. 2. Use your custom file name as the dataset type.