ShadowTooOP's picture
Update README.md
60c81e0 verified
|
Raw
History Blame Contribute Delete
564 Bytes
---
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