From 2097a09d2dbdfba932d8449440b1bb1b81c13f19 Mon Sep 17 00:00:00 2001 From: NanoCode012 Date: Thu, 8 Jun 2023 22:53:56 +0900 Subject: [PATCH] Move custom prompts out of hidden --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db884ec6b..5a0393743 100644 --- a/README.md +++ b/README.md @@ -205,14 +205,18 @@ Have dataset(s) in one of the following format (JSONL recommended): ```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. +#### How to add custom prompts + + 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. + Optionally, download some datasets, see [data/README.md](data/README.md) + + ### Config See sample configs in [configs](configs) folder or [examples](examples) for quick start. It is recommended to duplicate and modify to your needs. The most important options are: