Instructions to use ahmed-masry/colmate_init with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ahmed-masry/colmate_init with Transformers:
# Load model directly from transformers import AutoProcessor, ColPali processor = AutoProcessor.from_pretrained("ahmed-masry/colmate_init") model = ColPali.from_pretrained("ahmed-masry/colmate_init") - Notebooks
- Google Colab
- Kaggle