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