open-compass / open-compass/VLMEvalKit

为什么judge模型一定要是指定的几个GPT模型

Open
#1,323 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
4.4k
Forks
768
Avg merge
1d 10h
Merged PRs (30d)
17

Description

很多文件里都有assert model in ['chatgpt-0125', 'exact_matching', 'gpt-4-0125']这一行,比如image_mcq.py,这一行的作用是什么?我想用其他Openai兼容格式的模型,我可以注释掉它吗

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the model assertion in image_mcq.py, then search the repository for the same allowed-model check and trace where its value is consumed. Determine whether the restriction is validation or required evaluation behavior; done should clearly establish the supported path for other OpenAI-compatible models or document why they are rejected.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.