Skip to content

support multi metrics and system prompt#306

Merged
Yunnglin merged 8 commits intomainfrom
fix/multi_metrics
Feb 13, 2025
Merged

support multi metrics and system prompt#306
Yunnglin merged 8 commits intomainfrom
fix/multi_metrics

Conversation

@Yunnglin
Copy link
Collaborator

No description provided.

train_split=None,
eval_split='train', # Only train set is available
prompt_template='',
prompt_template='Return your final response within \\boxed{{}}. {problem}',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可以换成R1 git repo中推荐的格式: prompt_template: str = "\nPlease reason step by step, and put your final answer within \boxed{}." 另外reason step by step对于非reasoning模型也能够触发其生成CoT response

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

train_split=None,
eval_split='test',
prompt_template='',
prompt_template='Return your final response within \\boxed{{}}. {problem}',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@Yunnglin Yunnglin merged commit 8e55849 into main Feb 13, 2025
1 check passed
Yunnglin added a commit that referenced this pull request Mar 7, 2025
* remove repeat

* update metrics regitry

* update pass@k

* update system prompt

* add prompt template

* update use cache

* update doc

* update doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants