Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
shjwudp
/
reading-bird
like
0
Text Generation
Transformers
PyTorch
shjwudp/shu
Chinese
gpt2
text-generation-inference
Inference Endpoints
License:
mit
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
shjwudp
commited on
Oct 6, 2022
Commit
6d632ef
•
1 Parent(s):
a321023
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-0
README.md
CHANGED
Viewed
@@ -12,4 +12,6 @@ inference:
12
parameters:
13
max_new_tokens: 40
14
top_p: 0.9
15
---
12
parameters:
13
max_new_tokens: 40
14
top_p: 0.9
15
+
num_beams: 5
16
+
num_return_sequences: 2
17
---