Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vishnun
/
SpellCorrectorT5
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
vishnun
commited on
Dec 14, 2021
Commit
232af8a
·
1 Parent(s):
57d6ce6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -30,6 +30,7 @@ if submit:
30
do_sample=True,
31
max_length=50,
32
top_p=0.99,
33
num_return_sequences=1
34
)
35
30
do_sample=True,
31
max_length=50,
32
top_p=0.99,
33
+
top_k=20,
34
num_return_sequences=1
35
)
36