-
Felladrin/Llama-160M-Chat-v1
Text Generation • 0.2B • Updated • 645 • 20 -
Felladrin/Minueza-2-96M-Instruct-Variant-10
Text Generation • 96M • Updated • 17 -
Felladrin/Smol-Llama-101M-Chat-v1
Text Generation • 0.1B • Updated • 80 • 9 -
Felladrin/Minueza-32M-UltraChat
Text Generation • 32.8M • Updated • 263 • 6
Victor Nogueira
Felladrin
AI & ML interests
Models to run in the web browser
Recent Activity
posted an update about 7 hours ago
I've open-sourced the trainer I've been using to build tiny language models from scratch, together with the 95M base model I trained with it.
The trainer runs on Deno (https://deno.com, cross-platform), trains on WebGPU, and it writes GGUF directly. No Python/PyTorch. The weights live in a GGUF file from the first step to the last, so every checkpoint is already something llama.cpp can load.
The model is https://huggingface.co/Felladrin/Minueza-3-95M-Base: 94.7M parameters, 1.95B tokens seen, 8192 context.
And here’s the repository on GitHub: https://github.com/felladrin/gguf-trainer
Here on Hugging Face, I published the optimizer state next to the weights, so you can continue the pretraining instead of starting over.
Or start your own from nothing: `deno run -A cli.ts demo` trains a tiny one end to end in under a minute.
And the docs are written for coding agents, so you can point your agent of choice at the GitHub repo and have it drive the whole pipeline. updated a model about 16 hours ago
onnx-community/Supra2-Nano-ONNX published a model about 16 hours ago
onnx-community/Supra2-Nano-ONNX