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