Instructions to use JoniJoniAl/ColBERTGecko with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JoniJoniAl/ColBERTGecko with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="JoniJoniAl/ColBERTGecko")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("JoniJoniAl/ColBERTGecko") model = AutoModelForMaskedLM.from_pretrained("JoniJoniAl/ColBERTGecko", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
23ac6ca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:47060951f0ca22596be7f30a2f1c3b43f67e2e7b9e21fa72c639f87b2384355c
size 394391
|