File size: 628 Bytes
e391b41
cbd2155
 
 
 
e391b41
 
cbd2155
e391b41
 
60eb185
cbd2155
623c70a
60eb185
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Smart MCQ Solver
emoji: 🧠
colorFrom: indigo
colorTo: purple
sdk: static
pinned: false
license: mit
---

# Smart MCQ Solver — Web deployment (DLGenAI Project)

Solves 5-option (A–E) multiple-choice science questions and returns the top-3
ranked answers (Kaggle MAP@3 format). The trained transformer is exported to
ONNX and inference runs fully client-side in the browser via onnxruntime-web.

Live: https://huggingface.co/spaces/Code2aum/smart-mcq-solver

- `index.html` — the app (UI + tokenizer + inference)
- `mcq_scratch2.onnx` — trained model exported to ONNX
- `vocab2.json` — tokenizer vocabulary