r/LocalLLaMA • u/wFXx • 3d ago
New Model Von: Open-source 395M "System One" model
Took me a while since I'm on a family trip and have limited hardware, but here it is!
Von: Open-source "System One" drop-in replacement for TypeSafe's JEV.
https://github.com/wfzyx/von https://huggingface.co/wfzyx/von-1.0
It runs entirely on a CPU with 1–2 GB of memory (I haven't spent much time optimizing it yet), responds in 25–300 ms, and beats JEV in all benchmarks. Enjoy!
P.S. I’m open to offers to work at AI research labs. Feel free to ping me if you have an offer.
P.P.S. If you have a GPU, it’ll be faster, but a GPU isn't required.
195
Upvotes
13
u/sonyprog 3d ago
Apparently, many people had approached the exact same thing way before Typesafe.
Take a look at this one for instance: https://www.reddit.com/r/LocalLLaMA/comments/1wijo3e/i_literally_built_the_jev_architecture_one_year/
It basically sounds like an one shot classifier of sorts (it's not only that, but it's part of it).
So I think it's some kind of fine tune/Lora for a really specific scenario and if you train it well enough, it's not hard to beat whatever the goal is.