Zekun Wu commited on
Commit ·
134b72c
1
Parent(s): 2b794c9
add
Browse files- util/evaluator.py +1 -1
util/evaluator.py
CHANGED
|
@@ -93,7 +93,7 @@ class evaluator:
|
|
| 93 |
Answer:
|
| 94 |
"""
|
| 95 |
|
| 96 |
-
response = self.model.invoke(evaluation_prompt,temperature=0, max_tokens=500).strip()
|
| 97 |
|
| 98 |
print(response)
|
| 99 |
try:
|
|
|
|
| 93 |
Answer:
|
| 94 |
"""
|
| 95 |
|
| 96 |
+
response = self.model.invoke(evaluation_prompt,temperature=0.8, max_tokens=500).strip()
|
| 97 |
|
| 98 |
print(response)
|
| 99 |
try:
|