Show HN: Tiny Diffusion – A character-level text diffusion model from scratch (github.com)
This is a character-level language diffusion model for text generation.
The model is a modified version of Nanochat's GPT implementation and is trained on Tiny Shakespeare!
It is only 10.7 million parameters, so you can try it out locally.
12 comments
[ 0.20 ms ] story [ 33.6 ms ] threadIs this the case?
Ie. if the region only has four tokens(here characters) but calculates the best word is “forget” does it just abandon the best fit or truncate it to fit?
Are there text diffusion models with lax infill directives?
I noticed the diffusion-process.py demo was using matplotlib in a window, but I figured it would be cute if it used a terminal UI instead - so I had Claude Code convert it to use curses. Code and demo GIF here: https://gist.github.com/simonw/9033ebd8dd17b4c0ad101ddda7a54...
Students looking for a project to break into AI - please!