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