Eric Marchand
commited on
Commit
·
f07c5bd
1
Parent(s):
f0a7a41
temperature à 0.0
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks(title="Lucie",
|
|
54 |
**inputs,
|
55 |
# max_new_tokens=max_new_tokens, # TODO: S'occuper des max_tokens avec tous les modèles
|
56 |
max_new_tokens=512,
|
57 |
-
temperature=0.
|
58 |
top_p=0.9,
|
59 |
top_k=50,
|
60 |
repetition_penalty=1.2,
|
|
|
54 |
**inputs,
|
55 |
# max_new_tokens=max_new_tokens, # TODO: S'occuper des max_tokens avec tous les modèles
|
56 |
max_new_tokens=512,
|
57 |
+
temperature=0.0,
|
58 |
top_p=0.9,
|
59 |
top_k=50,
|
60 |
repetition_penalty=1.2,
|