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