Zefan-Cai/Open-Jev
About the project
Open-Jev serves a context, questions and candidate answers to Qwen-based models and returns typed probabilities directly, without autoregressive generation or JSON parsing. It provides LoRA adapters, a scalar decision head and a local server for probability decisions over multiple choice candidates.
Useful for
- Serve a local Open-Jev checkpoint on GPU and query it over HTTP for probability decisions.
- Compare Open-Jev latency against Jev and OpenAI structured decisions on saved workloads.
- Run the CPU unit tests and JevBench public subset evaluation for the released 2B/9B checkpoints.
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 46 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 2 days old and already has 124 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #152.
- About 14 forks a day — people are taking the code.
- Recent forks include notable developers: @lambda7xx (353 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 124
- Today
- 0 · ≈ 46 by evening
- Forks
- 14
- Issues and pull requests
- 1
- Watchers
- 0
- Language
- Python
- License
- MIT
- Created
- September 20, 2026
- Last push
- September 21, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 22, 2026Top new repositories this week: #152
Similar by description
-
2.4
kshetrajna12/reflex
An open decision model: given a state (text, JSON, or image) and typed questions, it returns calibrated probabilities over fixed answer options. Runs on top of Qwen3.5 and answers with numbers instead of free text.
-
5.7
Rizzo-AI-Academy/rizzo-flow
A local-first implementation of the Jev idea: an LLM returns typed decisions (boolean, choice, score, numeric) with probabilities in a single forward pass, without generating tokens. Compatible with the TypeSafe HTTP…
-
8.7
jaredpalmer/kev
kev is a LoRA adapter with a small readout head on top of Qwen2.5-0.5B that answers many typed questions about a document in a single forward pass, returning calibrated probabilities instead of text.
-
3.1
Yinsongxu/LLM2Jev
A tool that turns local language models into structured decision engines: it accepts Choice, Score, and Noul questions and returns typed answers with probabilities using prefill-only inference without generating tokens.
-
2.3
ekzhang/openjev-sglang
HTTP server implementing the TypeSafe/Jev API for structured text classification on Qwen3.6-35B-A3B via SGLang; returns answer probabilities without generating a chain of thought.
-
3.4
hr98w/jev-visual
An educational project for running vision-language model inference on Apple Silicon via MLX: answers multiple questions about one image by choosing options or scoring levels, without autoregressive generation.