Abraham E. Tavarez commited on
Commit ·
0c83fed
1
Parent(s): 9cb9227
max context test
Browse files
agent.py
CHANGED
|
@@ -40,7 +40,7 @@ question = QUESTIONS[0]
|
|
| 40 |
model = HfApiModel(
|
| 41 |
"Qwen/Qwen2.5-72B-Instruct",
|
| 42 |
provider="together",
|
| 43 |
-
max_tokens=
|
| 44 |
temperature=0.1,
|
| 45 |
# token=get_huggingface_token(),
|
| 46 |
)
|
|
|
|
| 40 |
model = HfApiModel(
|
| 41 |
"Qwen/Qwen2.5-72B-Instruct",
|
| 42 |
provider="together",
|
| 43 |
+
# max_tokens=40096,
|
| 44 |
temperature=0.1,
|
| 45 |
# token=get_huggingface_token(),
|
| 46 |
)
|