Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Skier8402/mistral-super-fast
sablab
/
mistral-super-fast
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sablab
commited on
Apr 16, 2024
Commit
fe14c93
·
verified
·
1 Parent(s):
69db667
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -23,7 +23,6 @@ def generate(
23
top_p=0.9,
24
repetition_penalty=1.0,
25
do_sample=True,
26
-
skip_special_tokens=True,
27
seed=42,
28
)
29
23
top_p=0.9,
24
repetition_penalty=1.0,
25
do_sample=True,
26
seed=42,
27
)
28