OPEN-SOURCE PROJECT
kev
Tiny Jev-like decision head built atop Qwen2.5-0.5B that can be trained and run locally on Apple Silicon MacBooks.
- Stars
- 1,171
- Forks
- 71
- License
- Apache-2.0
- Last commit
- 2026-09-21
What Jev does here
Attaches a parallel decision head to an open 0.5B model to answer discrete questions directly from token activations.
Runs entirely offline on edge hardware with minimal memory footprint, offering an accessible base for custom judgment modeling.
Source code verified against pinned commit. Complete training and evaluation pipeline; limited parameter capacity restricts multi-hop reasoning.