Nanobit commited on
Commit
f92245d
1 Parent(s): e65c203

Fix missing closing code block

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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": "..."}