open-compass / open-compass/VLMEvalKit
为什么judge模型一定要是指定的几个GPT模型
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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