license: mit tags: - pytorch - text-classification - multiple-choice - bilstm library_name: pytorch

🧠 BiLSTM + Attention β€” Smart MCQ Solver

A Bidirectional LSTM with additive attention trained from scratch (no pretrained embeddings).

How to Load

import json, torch
from huggingface_hub import hf_hub_download
from model_defs import BiLSTMAttention, Vocabulary

model = BiLSTMAttention.from_pretrained("24f3004104/BILSTM-Scratch")
vocab_path = hf_hub_download("24f3004104/BILSTM-Scratch", "vocab.json")
vocab = Vocabulary.from_dict(json.load(open(vocab_path)))
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using 24f3004104/BILSTM-Scratch 1