Nanobit commited on
Commit
33e1890
1 Parent(s): 1c38253

Add pygmalion

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -130,6 +130,10 @@ Have dataset(s) in one of the following format (JSONL recommended):
130
  ```json
131
  {"scores": "...", "critiques": "...", "instruction": "...", "answer": "...", "revision": "..."}
132
  ```
 
 
 
 
133
  - custom prompts structure:
134
  1. Add your method to a file in [prompt_strategies](src/axolotl/prompt_strategies). Please see other files as example.
135
  2. Use your custom file name as the dataset type.
 
130
  ```json
131
  {"scores": "...", "critiques": "...", "instruction": "...", "answer": "...", "revision": "..."}
132
  ```
133
+ - `pygmalion`: pygmalion
134
+ ```json
135
+ {"conversations": [{"role": "...", "value": "..."}]}
136
+ ```
137
  - custom prompts structure:
138
  1. Add your method to a file in [prompt_strategies](src/axolotl/prompt_strategies). Please see other files as example.
139
  2. Use your custom file name as the dataset type.