Visual Document Retrieval
Transformers
Safetensors
ColPali
English
colqwen2
pretraining

Update config.json

#4
by ArthurZ HF Staff - opened
No description provided.

there is nothing to tie

AutoModelForImageTextToText uses Qwen2VLForConditionalGeneration which needs to tie in your case cuz lm head is missing. but self.language_model = Qwen2VLTextModel._from_config(config.text_config) uses Qwen2VLTextModel that does not have anything to tie with at all

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment