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")