clefourrier HF staff commited on
Commit
610240a
·
verified ·
1 Parent(s): c2e4da0

Update content.py

Browse files
Files changed (1) hide show
  1. 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 optionnal:
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"}