diff --git a/README.md b/README.md index 68e3f76f5..3082ca129 100644 --- a/README.md +++ b/README.md @@ -217,14 +217,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: