Instructions to use castorini/ance-dpr-context-multi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use castorini/ance-dpr-context-multi with Transformers:
# Load model directly from transformers import AutoTokenizer, DPRContextEncoder tokenizer = AutoTokenizer.from_pretrained("castorini/ance-dpr-context-multi") model = DPRContextEncoder.from_pretrained("castorini/ance-dpr-context-multi") - Notebooks
- Google Colab
- Kaggle
Ctrl+K