Update README.md
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ print(tokenizer.decode(model.generate(inputs, max_new_tokens=512)[0]).split(toke
|
|
| 51 |
|
| 52 |
# Example outputs
|
| 53 |
|
| 54 |
-
The input is the text up to and including "`[[[User]]]`", and the completion is everything that follows.
|
| 55 |
|
| 56 |
### Law of large numbers
|
| 57 |
|
|
|
|
| 51 |
|
| 52 |
# Example outputs
|
| 53 |
|
| 54 |
+
The input is the text up to and including "`[[[User]]] `", and the completion is everything that follows.
|
| 55 |
|
| 56 |
### Law of large numbers
|
| 57 |
|