| Dataset format: | |
| - JSONL or JSON array with objects containing `input` and `output` fields. | |
| Example: | |
| ``` | |
| {"input": "question", "output": "answer"} | |
| ``` |
| Dataset format: | |
| - JSONL or JSON array with objects containing `input` and `output` fields. | |
| Example: | |
| ``` | |
| {"input": "question", "output": "answer"} | |
| ``` |