Instructions to use Chaeeun-Kim/spider-large-static with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Chaeeun-Kim/spider-large-static with Transformers:
# Load model directly from transformers import AutoTokenizer, DPRContextEncoder tokenizer = AutoTokenizer.from_pretrained("Chaeeun-Kim/spider-large-static") model = DPRContextEncoder.from_pretrained("Chaeeun-Kim/spider-large-static") - Notebooks
- Google Colab
- Kaggle