Thanks to visit codestin.com
Credit goes to github.com

Skip to content

The code used to train and run inference with the ColVision models, e.g. ColPali, ColQwen2, and ColSmol.

License

Notifications You must be signed in to change notification settings

yichuan-w/colpali

 
 

Repository files navigation

install

# Clone the repository with submodules
git submodule update --init --recursive

# Create and activate virtual environment
uv venv
source .venv/bin/activate

# Install mteb from submodule (editable mode)
uv pip install -e ./mteb

# Install colpali-engine
uv pip install .

eval

mteb run -b "ViDoRe(v2)" -m "vidore/colqwen2.5-v0.2"

About

The code used to train and run inference with the ColVision models, e.g. ColPali, ColQwen2, and ColSmol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%