Update README.md
Browse files
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"{
|
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.
|