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