How to use jon-t/bio-mqa with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultipleChoice tokenizer = AutoTokenizer.from_pretrained("jon-t/bio-mqa") model = AutoModelForMultipleChoice.from_pretrained("jon-t/bio-mqa")
The community tab is the place to discuss and collaborate with the HF community!