Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] gsm8k_gen_17d0dc-BOT思考提示语错误 #1788

Open
2 tasks done
TBoyBack opened this issue Dec 27, 2024 · 2 comments
Open
2 tasks done

[Bug] gsm8k_gen_17d0dc-BOT思考提示语错误 #1788

TBoyBack opened this issue Dec 27, 2024 · 2 comments
Assignees

Comments

@TBoyBack
Copy link

先决条件

问题类型

我正在使用官方支持的任务/模型/数据集进行评估。

环境

python run.py conf/eval.py

重现问题 - 代码/配置示例

#conf/eval.py

from mmengine.config import read_base

with read_base():
from .datasets.gsm8k_base_gen import gsm8k_datasets

#conf/datasets/gsm8k_base_gen
from mmengine import read_base

with read_base():
from opencompass.configs.datasets.gsm8k.gsm8k_gen_17d0dc import gsm8k_datasets

重现问题 - 命令或脚本

gsm8k_gen_17d0dc 的line15的BOT思考有错
His team also scores 6 3 pointers, meaning they scored 83= 24 points in 3 pointers\n
应该是
His team also scores 8 3 pointers, meaning they scored 8
3= 24 points in 3 pointers\n

重现问题 - 错误信息

4 shots 提示 有错误

其他信息

可能是编写错误

@tonysy
Copy link
Collaborator

tonysy commented Dec 30, 2024

Thanks, we will fix this error.

@tonysy
Copy link
Collaborator

tonysy commented Dec 30, 2024

@liushz Please check this error and update the configuration.

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

No branches or pull requests

3 participants