Spaces:
Runtime error
Runtime error
Upload agent
Browse files- agent.json +9 -9
agent.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
| 5 |
"model": {
|
| 6 |
"class": "HfApiModel",
|
| 7 |
"data": {
|
| 8 |
-
"last_input_token_count":
|
| 9 |
-
"last_output_token_count":
|
| 10 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 11 |
"provider": null
|
| 12 |
}
|
|
@@ -41,16 +41,16 @@
|
|
| 41 |
"smolagents"
|
| 42 |
],
|
| 43 |
"authorized_imports": [
|
| 44 |
-
"
|
|
|
|
|
|
|
|
|
|
| 45 |
"random",
|
| 46 |
-
"datetime",
|
| 47 |
"unicodedata",
|
| 48 |
-
"
|
| 49 |
"itertools",
|
| 50 |
-
"
|
| 51 |
"collections",
|
| 52 |
-
"
|
| 53 |
-
"queue",
|
| 54 |
-
"statistics"
|
| 55 |
]
|
| 56 |
}
|
|
|
|
| 5 |
"model": {
|
| 6 |
"class": "HfApiModel",
|
| 7 |
"data": {
|
| 8 |
+
"last_input_token_count": 3550,
|
| 9 |
+
"last_output_token_count": 106,
|
| 10 |
"model_id": "Qwen/Qwen2.5-Coder-32B-Instruct",
|
| 11 |
"provider": null
|
| 12 |
}
|
|
|
|
| 41 |
"smolagents"
|
| 42 |
],
|
| 43 |
"authorized_imports": [
|
| 44 |
+
"statistics",
|
| 45 |
+
"math",
|
| 46 |
+
"stat",
|
| 47 |
+
"queue",
|
| 48 |
"random",
|
|
|
|
| 49 |
"unicodedata",
|
| 50 |
+
"datetime",
|
| 51 |
"itertools",
|
| 52 |
+
"re",
|
| 53 |
"collections",
|
| 54 |
+
"time"
|
|
|
|
|
|
|
| 55 |
]
|
| 56 |
}
|