Add short instruction for custom prompts
Browse files
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 |
-
|
|
|
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 |
|