diff --git a/README.md b/README.md index 5a95eb474..110fec95d 100644 --- a/README.md +++ b/README.md @@ -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": "..."}