Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,4 @@ pipe = pipeline(task="text-generation", model=model, tokenizer=tokenizer, max_le
|
|
26 |
result = pipe(f"<s>{prompt}")
|
27 |
print(result[0]['generated_text'])
|
28 |
```
|
29 |
-
Result will have the answer, ending with
|
|
|
26 |
result = pipe(f"<s>{prompt}")
|
27 |
print(result[0]['generated_text'])
|
28 |
```
|
29 |
+
Result will have the answer, ending with \<END\> on a new line.
|