Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update content.py
Browse files- content.py +1 -1
content.py
CHANGED
@@ -31,7 +31,7 @@ You are a general AI assistant. I will ask you a question. Report your thoughts,
|
|
31 |
We advise you to use the system prompt provided in the paper to ensure your agents answer using the correct and expected format. In practice, GPT4 level models easily follow it.
|
32 |
|
33 |
|
34 |
-
We expect submissions to be json-line files with the following format. The first two fields are mandatory, `reasoning_trace` is
|
35 |
```
|
36 |
{"task_id": "task_id_1", "model_answer": "Answer 1 from your model", "reasoning_trace": "The different steps by which your model reached answer 1"}
|
37 |
{"task_id": "task_id_2", "model_answer": "Answer 2 from your model", "reasoning_trace": "The different steps by which your model reached answer 2"}
|
|
|
31 |
We advise you to use the system prompt provided in the paper to ensure your agents answer using the correct and expected format. In practice, GPT4 level models easily follow it.
|
32 |
|
33 |
|
34 |
+
We expect submissions to be json-line files with the following format. The first two fields are mandatory, `reasoning_trace` is optional:
|
35 |
```
|
36 |
{"task_id": "task_id_1", "model_answer": "Answer 1 from your model", "reasoning_trace": "The different steps by which your model reached answer 1"}
|
37 |
{"task_id": "task_id_2", "model_answer": "Answer 2 from your model", "reasoning_trace": "The different steps by which your model reached answer 2"}
|