straybird commited on
Commit
2f83314
1 Parent(s): 2f2b531

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -26,4 +26,5 @@ More information about Erya dataset can be found here: [RUCAIBox/Erya-dataset ·
26
 
27
  >>> pred_ids = model.generate(max_new_tokens=256, **input_ids)
28
  >>> print(tokenizer.batch_decode(pred_ids, skip_special_tokens=True))
 
29
  ```
 
26
 
27
  >>> pred_ids = model.generate(max_new_tokens=256, **input_ids)
28
  >>> print(tokenizer.batch_decode(pred_ids, skip_special_tokens=True))
29
+ ['安 世 字 子 孺 , 年 轻 时 因 父 任 郎 官 。']
30
  ```