Views
No views yet
| File | What it is |
|---|---|
rf_pipeline.joblib | Random Forest reading-proficiency classifier (scikit-learn 1.6.1 — keep that version), trained on PISA Philippines 2018/2022 socio-demographic data. Predicts Critical / Not Critical reading proficiency from 9 background questions. ~66% accurate — the app treats it as a starting point with a mandatory human override. |
flan_t5_base_gabai_mcqa/ | LoRA adapter (r=16, q+v) for google/flan-t5-base, fine-tuned on FairytaleQA to generate a comprehension question + correct answer from a children's story. |
download_models.py fetches everything, including this repo, and verifies
checksums.download_models.py.google/flan-t5-base is Apache 2.0 (downloaded separately at
first run).