You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm walking through your README file, and I've decided to train the image stage:
sh scripts/train_image_qwen.sh
And this is where I encountered the problem: NotImplementedError: facebook/opt-125m is not supported yet.
I've followed the traceback and read through lines 836-854 in train.py. And it seems that "cambrian" should be included in input_model_filename. I think there is something to do with the bash script.
The initial script file's first line is:
BASE_CHECKPOINT="Qwen/Qwen2-7B-Instruct"# replace config.json with https://huggingface.co/Vision-CAIR/LongVU_Qwen2_7B_img/config.json
I'm not sure how to modify it to make it include the name "cambrian", since it seems that its intension is to lead to the LLM Qwen.
The text was updated successfully, but these errors were encountered:
@xiaoqian-shen Thank you for your explanation. I also have some questions regarding the video dataset.
I've noticed that there's difference regarding the dataset selection in your paper on arxiv and in Hugging Face README file. For example:
paper mentioned WebVidQA in the Appendix section, but hf repo doesn't include this.
hf mentioned BDD100K, Panda, VideoChatGPT, which the paper doesn't include.
I'd appreciate it if you could help me with sorting out the datasets. which should I include in the target folder and which shouldn't?
Here's the full list that I've sorted out according to your paper and hf repo:
Hi. I'm walking through your README file, and I've decided to train the image stage:
And this is where I encountered the problem:
NotImplementedError: facebook/opt-125m is not supported yet
.I've followed the traceback and read through lines 836-854 in
train.py
. And it seems that "cambrian" should be included ininput_model_filename
. I think there is something to do with the bash script.The initial script file's first line is:
I'm not sure how to modify it to make it include the name "cambrian", since it seems that its intension is to lead to the LLM Qwen.
The text was updated successfully, but these errors were encountered: