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