File size: 564 Bytes
42626cb 1846931 42626cb 1846931 42626cb 1846931 42626cb 1846931 60c81e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
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 |