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