File size: 247 Bytes
1882d3b
 
 
 
 
 
 
 
9015082
 
1
2
3
4
5
6
7
8
9
10
11
---
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)