Corianas commited on
Commit
12e1679
1 Parent(s): a6b8d01

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']}\n{example['completion']}\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"{'prompt'}\n{'completion'}\n<END>"
10
  ```
11
  No input/output, just question, then newline to begin the answer.