Spaces:
Sleeping
Sleeping
Commit ·
0e2d0ce
1
Parent(s): 79c8057
modified task graders to include task name
Browse files- inference.py +4 -0
inference.py
CHANGED
|
@@ -104,6 +104,10 @@ def run_single_task(task_name):
|
|
| 104 |
f"rewards={rewards_str}"
|
| 105 |
)
|
| 106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
|
| 108 |
def main():
|
| 109 |
|
|
|
|
| 104 |
f"rewards={rewards_str}"
|
| 105 |
)
|
| 106 |
|
| 107 |
+
print(
|
| 108 |
+
f"[GRADER] task={task_name} score={score:.2f}"
|
| 109 |
+
)
|
| 110 |
+
|
| 111 |
|
| 112 |
def main():
|
| 113 |
|