InternVL
InternVL copied to clipboard
[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型
### 📚 The doc issue 微调38B, InternVL3.5-241B-A28B 最低显存要求是多少? 比如lora来最小代价微调,最低需要几个80g的卡? ### Suggest a potential alternative/fix _No response_
请问官方提供自定义数据集针对grounding任务的评测demo么?有没有可以参考的相关文档
### Issue: Currently, there is no way to pass an eval set to be used during fine tuning to prevent over fitting. ### Fix: Modify `internvl_chat_finetune.py` to take optional data...
Thank you for your incredible work on the InternVL series, especially the latest InternVL3.5. I've been studying your paper (arXiv:2508.18265) in detail, and I'm particularly fascinated by the significant improvements...
### Motivation I’m extracting data using the internvl3 14B parameter model. I provided a prompt along with an image (300 DPI). In one case, the image contains an ID key...
同样的数据在internvl3-1B训练ok,看了下配置也基本保持是一致的,但是在训练刚开始就报错 纬度不匹配,可以帮忙看下是哪里的问题嘛? 报错如下: [rank18]: outputs: BaseModelOutputWithPast = self.model( [rank18]: return self._call_impl(*args, **kwargs) [rank18]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [rank18]: File "/code/xxx/envs/internvl3/lib/python3.11/site-packages/torch/nn/modules/module.py", line 1844, in _call_impl [rank18]: return inner() [rank18]: ^^^^^^^ [rank18]: File "/code/xxx/envs/internvl3/lib/python3.11/site-packages/torch/nn/modules/module.py", line...
### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. -...
V2PE代码集成在哪里呀,没看到在哪里应用的
请问DVD方案该怎么部署,原来的模型需要怎样分离成VIT 和 LLM,分离之后的推理代码有吗?
### Motivation 在代码中加入prometheus,我本地部署的,自己加prometheus时候,一直不生效,不知道怎么解决,有人会吗 ### Related resources _No response_ ### Additional context _No response_