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
89180ff
·
verified
·
1 Parent(s):
7d85895
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,7 +23,7 @@ def generate(
23
top_p=0.9,
24
repetition_penalty=1.0,
25
do_sample=True,
26
-
stop
= ".",
27
seed=42,
28
)
29
23
top_p=0.9,
24
repetition_penalty=1.0,
25
do_sample=True,
26
+
stop_sequence
= ".",
27
seed=42,
28
)
29