Corianas commited on
Commit
81d2526
1 Parent(s): f7d2a8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 <END> on a new line.
 
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.