-
Notifications
You must be signed in to change notification settings - Fork 212
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
CMMMU数据集支持 #398
Comments
Hi, @DietDietDiet , |
@kennymckormick 这个官方可以支持一下吗 |
Hi, @DietDietDiet |
支持CMMMU评测: 第一步:数据获取: 第二步:拼接指令预测结果
以上代码中函数construct_prompt(sample)需要传的sample为读取的每一行内容。 第三步: 获取到LLM返回的纯文本的结果后,需要通过如下进行归一化,这个的确比较麻烦。
这里:res=cmmmu_process_results(doc, results),doc为读取原始文件的每一行,results为 第四步:然后就是量化
|
我已经在这里实现了哈,你可以参考这个。 |
hi,cmmmu官网上提到vlmevalkit已经支持了CMMMU,但支持的配置集中暂未列出改配置,请问下是什么情况呀
The text was updated successfully, but these errors were encountered: