kev
jaredpalmer
Tiny Jev-like decision head built atop Qwen2.5-0.5B that can be trained and run locally on Apple Silicon MacBooks.
- License
- Apache-2.0
- GitHub Stars
- 310
- Source reviewed
- 2026-09-19
Where Jev makes a decision
Attaches a parallel decision head to an open 0.5B model to answer discrete questions directly from token activations.
What this project offers
Runs entirely offline on edge hardware with minimal memory footprint, offering an accessible base for custom judgment modeling.
Review scope
Source code verified against pinned commit. Complete training and evaluation pipeline; limited parameter capacity restricts multi-hop reasoning.
Sources and implementation
Related projects
OneVOneJev
emrickgarrett · High-Frequency / Games
A browser-based 1v1 shooter where Jev reads structured match state and chooses movement, aim, and firing.
jevpilot
standardagents · High-Frequency / Games
A browser driving simulator where Jev chooses among locally generated paths and speeds.
live-jev
vinilana · High-Frequency / Games
A browser-based top-down driving simulator using Jev for lane and speed choices, with an optional chat-model comparison.
JevBird
leftspace89 · High-Frequency / Games
A Python Flappy Bird game where code simulates candidate routes and Jev picks one.