How to use NAACL2022/spider with Transformers:
# Load model directly from transformers import AutoTokenizer, DPRContextEncoder tokenizer = AutoTokenizer.from_pretrained("NAACL2022/spider") model = DPRContextEncoder.from_pretrained("NAACL2022/spider")
The community tab is the place to discuss and collaborate with the HF community!