| --- |
| license: apache-2.0 |
| base_model: roberta-base |
| tags: |
| - multiple-choice |
| - kaggle |
| - ensemble |
| --- |
| |
| # Smart MCQ Solver - RoBERTa Base (Ensemble Part 1) |
|
|
| This model is fine-tuned for the Smart MCQ Solver Challenge using `AutoModelForMultipleChoice`. |
|
|
| ## Ensemble Overview |
| This model represents **Part 1** of a 2-model ensemble. It is combined with [`ShadowTooOP/smart-mcq-distilbert-base`](https://huggingface.co/ShadowTooOP/smart-mcq-distilbert-base) by 0.6 weight average predicted logits/probabilities for final inference. |
|
|
| FinalProb = 0.6*RoBERTa + 0.4*DistilBERT |