Nanobit commited on
Commit
496b83f
1 Parent(s): 288fd62

Add short instruction for custom prompts

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -114,8 +114,9 @@ Have dataset(s) in one of the following format (JSONL recommended):
114
  ```json
115
  {"article": "...", "summary": "..."}
116
  ```
117
-
118
- > Have some new format to propose? Check if it's already defined in [data.py](src/axolotl/utils/data.py) in `dev` branch!
 
119
 
120
  </details>
121
 
 
114
  ```json
115
  {"article": "...", "summary": "..."}
116
  ```
117
+ - custom prompts structure:
118
+ 1. Add your method to a file in [prompt_strategies](src/axolotl/prompt_strategies). Please see other files as example.
119
+ 2. Use your custom file name as the dataset type.
120
 
121
  </details>
122