Transformers How to use GautamR/colbert_agri with Transformers:
# Load model directly
from transformers import AutoTokenizer, HF_ColBERT
tokenizer = AutoTokenizer.from_pretrained("GautamR/colbert_agri")
model = HF_ColBERT.from_pretrained("GautamR/colbert_agri")