togethercomputer/tev1
Open-weight, Jev-inspired decision model finetuned on top of Qwen3.5 4B
About the project
Open dataset and fine-tuning recipe for Qwen3.5-4B that picks one of 2–24 options given context and a question. The repo ships data, build scripts, Together AI training and evaluation tooling.
Useful for
- Build the new v1 dataset from sources via build_all.py
- Launch LoRA fine-tuning of Qwen3.5-4B on Together AI with the provided recipe
- Evaluate a deployed endpoint on labeled records via scripts/evaluate.py
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 61 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 91 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #168.
- About 14 forks a day — people are taking the code.
- Recent forks include notable developers: @gmh5225 (1,275 followers), @mikekelly (318 followers), @HarleyCoops (205 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 91
- Today
- 0 · ≈ 61 by evening
- Forks
- 15
- Issues and pull requests
- 1
- Watchers
- 0
- Language
- Python
- License
- MIT
- Created
- September 23, 2026
- Last push
- September 24, 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 25, 2026Top new repositories this week: #168
Similar by description
-
4.3
allebee/jevk5
An open-weight alternative to TypeSafe Jev: given a state (ticket, log, policy, diff) and a yes/no, choice, or score question, it returns a probability for every option in one forward pass with zero generated tokens.…
-
3.5
bespokelabsai/nimble
Nimble is a model and training recipe for fast typed decisions over text: given a flat schema of enum and boolean fields, it picks an answer and returns probabilities for each option. It targets routing, condition…
-
4.6
Liuziyu77/Valen
A multimodal decision model built on a Qwen3.5-0.8B/2B backbone: it takes text, images and video with an instruction and returns probabilities over supplied candidates without generating answer tokens. The repo…
-
0.0
joykraft/vla_pi0
Project for the Episode1 single-arm robot: teleoperation data collection via LeRobot, LoRA fine-tuning of the π₀ (pi0) VLA model on OpenPI/JAX, and deployment of the policy to a real robot over WebSocket.