InternVL
InternVL copied to clipboard
[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型
Hello - I want to perform batch inference using OpenGVLab/InternVL-Chat-V1-5. - Could you give me some tips or suggest examples to refer to? Thank you.
Hi @czczup Could you please provide/update scripts to further [finetune InternVL-Chat v1.5 on custom data](https://github.com/OpenGVLab/InternVL/blob/main/internvl_chat/CONTINUED_FINETUNE.md). Thank you.
Hello, hope the authors are doing well. I am wondering if there is a way to get an InternVL model to function as a standard CLIP Vision tower. I am...
OCR微调模版
请问OCR任务的V1.2-plus的微调,prompt的模版格式是什么?尤其是多行文字的情况
单卡最大16g,示例代码跑不起来,使用了CUDA_VISIBLE_DEVICES=1,0或export CUDA_VISIBLE_DEVICES=0,1都还是默认单卡运行,请问16+12够运行吗,如何多卡运行呢
Hello, As stated in the huggingface page of InternVL 1.5, a High-Quality Bilingual Dataset was used to train this model. Do you plan to release this dataset in the future...
Is there a plan to release a normalized 4-bit version?
# error information ``` Traceback (most recent call last): File "/home/sxjiang/project/InternVL/test_chat.py", line 13, in tokenizer = AutoTokenizer.from_pretrained(path) File "/home/sxjiang/miniconda3/envs/internvl/lib/python3.9/site-packages/transformers/models/auto/tokenization_auto.py", line 784, in from_pretrained raise ValueError( ValueError: Tokenizer class InternLM2Tokenizer does...