Spaces:
Sleeping
Sleeping
Danielrahmai1991
commited on
Commit
•
6d6a186
1
Parent(s):
8d2abc9
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ llm = HuggingFacePipeline.from_model_id(
|
|
43 |
do_sample=True,
|
44 |
repetition_penalty=1.15,
|
45 |
trust_remote_code= True,
|
46 |
-
temperature= 0.
|
47 |
|
48 |
),
|
49 |
model_kwargs={"quantization_config": quantization_config,
|
|
|
43 |
do_sample=True,
|
44 |
repetition_penalty=1.15,
|
45 |
trust_remote_code= True,
|
46 |
+
temperature= 0.75
|
47 |
|
48 |
),
|
49 |
model_kwargs={"quantization_config": quantization_config,
|