ยท
AI & ML interests
None yet
Recent Activity
repliedto Yuki131's post about 3 hours ago Meet KaLM-Jev โ your local, Jev-style judgment engine, available in Nano, Small, and Large.
Building an agent or automation workflow? Sometimes all you need is a choice, a score, or a signal that a condition holds.
Built on KaLM-Reranker-R2, KaLM-Jev turns these decisions into structured outputs through three primitives:
๐ Choice โ select among candidates, with a probability distribution.
๐ Score โ return a continuous score over your defined levels.
๐ Noul โ evaluate conditions independently, so multiple conditions can hold at once.
Think support-ticket routing, bug severity scoring, human-escalation detection, or candidate tool selection for agents.
๐ฅ๏ธ Run locally with downloaded weights
๐ฆ Choose from Nano / Small / Large
๐ Integrate through HTTP or Python
โก Reuse cached candidate/rule representations to reduce repeated encoding
๐งช Explore included examples, bilingual semantic smoke tests, and recorded GPU validation results
No answer-text generation: `output_tokens = 0`. Inference still runs to compute the judgments.
KaLM-Jev is an independent implementation based on KaLM-Reranker, not an official TypeSafe project or a guarantee of full Jev compatibility. Scores are uncalibrated; validate thresholds on your own tasks.
Code & quickstart:
https://github.com/KaLM-Embedding/KaLM-Jev
https://huggingface.co/spaces/Yuki131/KaLM-Jev
Weโd love to hear what youโd build with it. Try it out, share feedback, or open an issue! ๐ค
#Jev #Reranker #Agents #LocalAI #OpenSource repliedto sergiopaniego's post about 1 month ago Something I really like when I study a subject is understanding its history, how it reached the point where it is today
I did that exercise for RL in post-training: from RLHF and PPO, to verifiable rewards, to the GRPO family of variants, to agents acting in environments. Everything is backed by what the labs themselves say in their public reports (DeepSeek, Qwen, Kimi, GLM-5, Nemotron, Mistral and more), in their own words
This is the companion piece to Class 3 of our Training Agents series with @burtenshaw. The class explains how GRPO works, with three hands-on experiments. The article shows where the same ideas appear at frontier scale
https://huggingface.co/blog/sergiopaniego/agentic-rl-2026 View all activity Organizations
None yet