-
Notifications
You must be signed in to change notification settings - Fork 467
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] 自定义数据集,模型进行评测结果为0分 #1752
Comments
重新 eval 下加上--dump-eval-details,看下抽取结果的逻辑是否正确 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisite
Type
I'm evaluating with the officially supported tasks/models/datasets.
Environment
Reproduces the problem - code/configuration sample
configs/datasets/jp_dataset/jp_data1.py:
configs/models/qwen2_5/jp_qwen2_5_coder_7b.py:
datasets: /home/jp_data/qa.jsonl:
config:
prediction:
Reproduces the problem - command or script
CUDA_VISIBLE_DEVICES=0 /root/miniconda3/envs/opencompass/bin/python run.py --models jp_qwen2_5_coder_7b --datasets jp_data1
Reproduces the problem - error message
Other information
预测里是有正确结果的,分数不应该是0,我需要怎么修改可以进行正常评测
The text was updated successfully, but these errors were encountered: