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