dongxiaoqun
commited on
Commit
•
9e6d2ff
1
Parent(s):
f22c20e
Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ inputs = tokenizer(text, max_length=1024, return_tensors="pt")
|
|
35 |
summary_ids = model.generate(inputs["input_ids"])
|
36 |
tokenizer.batch_decode(summary_ids, skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
|
37 |
|
38 |
-
# model Output:
|
39 |
```
|
40 |
|
41 |
## Citation
|
|
|
35 |
summary_ids = model.generate(inputs["input_ids"])
|
36 |
tokenizer.batch_decode(summary_ids, skip_special_tokens=True, clean_up_tokenization_spaces=False)[0]
|
37 |
|
38 |
+
# model Output: 滑雪女子坡面障碍技巧决赛谷爱凌获银牌
|
39 |
```
|
40 |
|
41 |
## Citation
|