Amazing, well played !
ColPali author here, awesome work ! Very happy to see this nice of a model !
We'll try pushung for grad caching to further improve batch sizes in the future !
Thanks so much! Your work on ColPali really set the stage for us—appreciate the solid foundation and inspiration. Cheers!
Does anyone know how to load this model from a local directory?
I tried changing the repository name in the model card to a local folder path, but it still gave me an error about missing colqwen2.5-base.
I then downloaded the model to a local directory and used model.load_adapter to load Metric-AI/colqwen2.5-3b-multilingual, but I got another error: "Loading adapter weights from /openbayes/input/input0 resulted in unexpected keys not found in the model: Loading adapter weights from /openbayes/input/input0 resulted in unexpected keys not found in the model: model.layers.0.mlp.down_proj.lora_A.default.weight,...."
I'm at a loss as to what to do.
Does anyone know how to load this model from a local directory?
I tried changing the repository name in the model card to a local folder path, but it still gave me an error about missing colqwen2.5-base.
I then downloaded the model to a local directory and used model.load_adapter to load Metric-AI/colqwen2.5-3b-multilingual, but I got another error: "Loading adapter weights from /openbayes/input/input0 resulted in unexpected keys not found in the model: Loading adapter weights from /openbayes/input/input0 resulted in unexpected keys not found in the model: model.layers.0.mlp.down_proj.lora_A.default.weight,...."
I'm at a loss as to what to do.
hi @AI-Xue
Use the same code shown in the Model Card > Usage section—just replace "Metric-AI/colqwen2.5-3b-multilingual" with the path to your local model.