ArthurZ HF staff commited on
Commit
b4f5851
·
verified ·
1 Parent(s): 7c852e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -36,9 +36,7 @@ You can use the classic `generate` API:
36
 
37
  >>> out = model.generate(input_ids, max_new_tokens=10)
38
  >>> print(tokenizer.batch_decode(out))
39
- Hey how are you doing?
40
-
41
- I'm so glad you're here.
42
  ```
43
 
44
  ## PEFT finetuning example
 
36
 
37
  >>> out = model.generate(input_ids, max_new_tokens=10)
38
  >>> print(tokenizer.batch_decode(out))
39
+ ["Hey how are you doing?\n\nI'm so glad you're here."]
 
 
40
  ```
41
 
42
  ## PEFT finetuning example