Corianas commited on
Commit
a6b8d01
1 Parent(s): 46458e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,6 +6,6 @@ model: PY007/TinyLlama-1.1B-intermediate-step-715k-1.5T
6
  ---
7
  TinyLLama 1.5T checkpoint trained to answer questions.
8
  ```
9
- f"{example['prompt'][i]}\n{example['completion'][i]}\n<END>"
10
  ```
11
  No input/output, just question, then newline to begin the answer.
 
6
  ---
7
  TinyLLama 1.5T checkpoint trained to answer questions.
8
  ```
9
+ f"{example['prompt']}\n{example['completion']}\n<END>"
10
  ```
11
  No input/output, just question, then newline to begin the answer.