Instructions to use phamson02/colbert2.1_290000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phamson02/colbert2.1_290000 with Transformers:
# Load model directly from transformers import AutoTokenizer, HF_ColBERT tokenizer = AutoTokenizer.from_pretrained("phamson02/colbert2.1_290000") model = HF_ColBERT.from_pretrained("phamson02/colbert2.1_290000") - Notebooks
- Google Colab
- Kaggle