Add pygmalion

This commit is contained in:
NanoCode012
2023-06-02 12:27:51 +09:00
parent 1c38253692
commit 33e1890086

View File

@@ -130,6 +130,10 @@ Have dataset(s) in one of the following format (JSONL recommended):
```json
{"scores": "...", "critiques": "...", "instruction": "...", "answer": "...", "revision": "..."}
```
- `pygmalion`: pygmalion
```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.