Spaces:
Sleeping
Sleeping
alpcansoydas
commited on
Commit
•
ae7809c
1
Parent(s):
b5e592d
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ import time
|
|
9 |
llm = HuggingFaceEndpoint(
|
10 |
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|
11 |
task="text-generation",
|
12 |
-
max_new_tokens=
|
13 |
-
temperature=0.
|
14 |
do_sample=False,
|
15 |
)
|
16 |
|
|
|
9 |
llm = HuggingFaceEndpoint(
|
10 |
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
|
11 |
task="text-generation",
|
12 |
+
max_new_tokens=1024,
|
13 |
+
temperature=0.1,
|
14 |
do_sample=False,
|
15 |
)
|
16 |
|