Fix missing closing code block
Browse files
README.md
CHANGED
|
@@ -104,6 +104,7 @@ Have dataset(s) in one of the following format (JSONL recommended):
|
|
| 104 |
- `concisechoice`: question, choices, (solution OR explanation)
|
| 105 |
```json
|
| 106 |
{"question": "...", "choices": ["..."], "solution": "...", "explanation": "..."}
|
|
|
|
| 107 |
- `summarizetldr`: article and summary
|
| 108 |
```json
|
| 109 |
{"article": "...", "summary": "..."}
|
|
|
|
| 104 |
- `concisechoice`: question, choices, (solution OR explanation)
|
| 105 |
```json
|
| 106 |
{"question": "...", "choices": ["..."], "solution": "...", "explanation": "..."}
|
| 107 |
+
```
|
| 108 |
- `summarizetldr`: article and summary
|
| 109 |
```json
|
| 110 |
{"article": "...", "summary": "..."}
|