Add short instruction for custom prompts

This commit is contained in:
NanoCode012
2023-06-02 12:16:20 +09:00
parent 288fd62431
commit 496b83f778

View File

@@ -114,8 +114,9 @@ Have dataset(s) in one of the following format (JSONL recommended):
```json ```json
{"article": "...", "summary": "..."} {"article": "...", "summary": "..."}
``` ```
- custom prompts structure:
> Have some new format to propose? Check if it's already defined in [data.py](src/axolotl/utils/data.py) in `dev` branch! 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.
</details> </details>