Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ You can use the model directly with a pipeline for text generation:
|
|
24 |
>>> model = GPT2LMHeadModel.from_pretrained("uer/gpt2-distil-chinese-cluecorpussmall")
|
25 |
>>> text_generator = TextGenerationPipeline(model, tokenizer)
|
26 |
>>> text_generator("这是很久之前的事情了", max_length=100, do_sample=True)
|
27 |
-
[{'generated_text': '这是很久之前的事情了
|
28 |
```
|
29 |
|
30 |
|
|
|
24 |
>>> model = GPT2LMHeadModel.from_pretrained("uer/gpt2-distil-chinese-cluecorpussmall")
|
25 |
>>> text_generator = TextGenerationPipeline(model, tokenizer)
|
26 |
>>> text_generator("这是很久之前的事情了", max_length=100, do_sample=True)
|
27 |
+
[{'generated_text': '这是很久之前的事情了 。 我 现 在 想 起 来 就 让 自 己 很 伤 心 , 很 失 望 。 我 现 在 想 到 , 我 觉 得 大 多 数 人 的 生 活 比 我 的 生 命 还 要 重 要 , 对 一 些 事 情 的 看 法 , 对 一 些 人 的 看 法 , 都 是 在 发 泄 。 但 是 , 我 们 的 生 活 是 需 要 一 个 信 用 体 系 的 。 我 不 知'}]
|
28 |
```
|
29 |
|
30 |
|