mPLUG-Owl icon indicating copy to clipboard operation
mPLUG-Owl copied to clipboard

mPLUG-Owl: The Powerful Multi-modal Large Language Model Family

Results 94 mPLUG-Owl issues
Sort by recently updated
recently updated
newest added

In vqa task, I want to input two images and ask a question about the two images,how to realize it?

对图像进行坐标检测,生成的bbox是resize成正方形之后的值吗? 因为实例代码是将图像resize成正方形了,我跑出来结果有点偏差,所以想问下你们是正方形吗?

I'm looking for a checkpoint for an mPLUG model suitable for processing multilingual (mainly Chinese) videos. Does such a checkpoint already exist? If not, are there other model checkpoints suitable...

Hello, I am trying to load the model using the demo but I get ``` tokenizer, model, image_processor, context_len = load_pretrained_model(model_path, None, model_name, load_8bit=False, load_4bit=False, device="cuda") File "mPLUG-Owl/mPLUG-Owl2/mplug_owl2/model/builder.py", line 110,...

While running finetune_lora.sh on colab, i encountered the following issue. ``` Traceback (most recent call last): File "/content/mPLUG-Owl/mPLUG-Owl2/mplug_owl2/train/llama_flash_attn_monkey_patch.py", line 10, in from flash_attn.flash_attn_interface import flash_attn_unpadded_qkvpacked_func File "/usr/local/lib/python3.10/dist-packages/flash_attn/__init__.py", line 3, in...

多卡设备运行 **[Quick Start Code](https://github.com/X-PLUG/mPLUG-Owl/tree/main/mPLUG-Owl2#quick-start-code)** 时报错,修改 device 设置单卡可以。但是单卡显存太小(T4卡),只能 8bit 或者 4bit ,请问怎么可以调整成多卡且默认float16运行吗?

Hello, When I run the Quick Start demo, I encounter the following problem: File "/home/wxz/LLM/mPLUG_Owl2/mplug_owl2/model/modeling_llama2.py", line 139, in forward key_states = repeat_kv(key_states, self.num_key_value_groups) NameError: name 'repeat_kv' is not defined Is...

参考LLAVA的方式构建自己的数据集,数据量14w,按照官方给的方式进行finetune,发现进入trainer.train()之后就hang住了,strout和strerr也没有信息,没有报错,请问是哪里不对吗 strout中的输出 ```python [2023-12-04 15:00:43,681] [WARNING] [partition_parameters.py:823:_post_init_method] param `cls_token` in MplugOwlVisionEmbeddings not on GPU so was not broadcasted from rank 0 [2023-12-04 15:00:43,747] [WARNING] [partition_parameters.py:823:_post_init_method] param `position_embedding` in MplugOwlVisionEmbeddings not...