Fix missing closing code block

This commit is contained in:
NanoCode012
2023-05-25 23:04:33 +09:00
parent e65c203e9e
commit f92245dbd6

View File

@@ -104,6 +104,7 @@ Have dataset(s) in one of the following format (JSONL recommended):
- `concisechoice`: question, choices, (solution OR explanation)
```json
{"question": "...", "choices": ["..."], "solution": "...", "explanation": "..."}
```
- `summarizetldr`: article and summary
```json
{"article": "...", "summary": "..."}