File size: 160 Bytes
9c374c0 | 1 2 3 4 5 6 7 8 9 | Dataset format:
- JSONL or JSON array with objects containing `input` and `output` fields.
Example:
```
{"input": "question", "output": "answer"}
``` |
9c374c0 | 1 2 3 4 5 6 7 8 9 | Dataset format:
- JSONL or JSON array with objects containing `input` and `output` fields.
Example:
```
{"input": "question", "output": "answer"}
``` |