OpenGVLab / InternVL

[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型
https://internvl.readthedocs.io/en/latest/
MIT License
5.52k stars 428 forks source link

Wrong model name on internvl2_8b fine-tuning code #457

Closed oroojlooy closed 1 month ago

oroojlooy commented 1 month ago

Checklist

Describe the bug

It looks like that the model name is not the correct one in the fine-tuning script for model=internvl2_8b, where it should be [internlm2_5-7b-chat](https://huggingface.co/internlm/internlm2_5-7b-chat) while it is --model_name_or_path "./pretrained/InternVL2-2B": https://github.com/OpenGVLab/InternVL/blob/main/internvl_chat/shell/internvl2.0/2nd_finetune/internvl2_8b_internlm2_7b_dynamic_res_2nd_finetune_lora.sh

Reproduction

N/A

Environment

N/A

Error traceback

No response

czczup commented 1 month ago

Hi, thanks for your feedback. This typo has been fixed.