| ▲ | jermaustin1 3 hours ago | ||||||||||||||||
I'm very interested in Diffusion text models. The concept of taking noise and adding words starting randomly all over the response, and filling in the noise from there on breaks my brain. I'm sure I have a fundamental misunderstanding of the technology, though. | |||||||||||||||||
| ▲ | embedding-shape 3 hours ago | parent | next [-] | ||||||||||||||||
DiffusionGemma goes one step further even, and does this denoising over multiple "canvases" which lets it do reasoning and separate out a "final reply" canvas, looks something like this: https://gist.github.com/embedding-shapes/f4cb46bad704b6d0168... Diffusion text models for me is the more interesting type of LLMs for local usage, as it really makes good use of single GPUs for single responses, rather than auto-regressive ones, and is a lot faster! Probably the fastest model I've been able to run so far, ending up doing ~670 tok/s (depending on the type of text) on a Pro 6000 | |||||||||||||||||
| ▲ | moffkalast 2 hours ago | parent | prev [-] | ||||||||||||||||
How does that break your brain? It's how basically every human writes and iterates on text..? | |||||||||||||||||
| |||||||||||||||||