Skip to content

Commit 440cd4c

Browse files
authored
Fix steps numbers in custom_yourbench_task.py (#643)
1 parent f5191eb commit 440cd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/custom_tasks_templates/custom_yourbench_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@
5656
4. **Ground Truth Answer Understanding**:
5757
- Understand the provided ground truth answer, identifying its key points.
5858
59-
6. **Answer Understanding**:
59+
5. **Answer Understanding**:
6060
- Examine the Model Answer, identifying key points and assessing accuracy and factuality.
6161
62-
7. **Final Answer**:
62+
6. **Final Answer**:
6363
- 0 or 1 (0 if the model answer is incorrect, 1 if it is correct).
6464
6565
# Output Format

0 commit comments

Comments
 (0)