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