--- license: mit base_model: microsoft/deberta-v3-small tags: - mcq - deberta-v3 --- # DeBERTa-v3-small MCQ Solver Custom fine-tuned model for 5-option MCQ answering (A-E). Load with: AutoModel.from_pretrained(repo_id, trust_remote_code=True)