File size: 572 Bytes
1b077b5
16a99b4
 
 
 
 
 
1b077b5
 
16a99b4
1b077b5
16a99b4
1b077b5
16a99b4
434f3bb
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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