#34 · Primary category: Foundation Models
dllm
dLLM: Simple Diffusion Language Modeling
Project last updated:07/17/26
GitHub Stars
2.7K
Forks
280
Contributors
2
License
Apache-2.0
Why we included this project
Diffusion language models are moving fast, but the tooling around them tends to be scattered across individual paper codebases. dLLM gathers pretraining, finetuning, and evaluation into a single stack built on the Hugging Face Trainer, with LoRA, DeepSpeed, and FSDP support, so scaling up doesn't mean reimplementing training loops. It wraps EleutherAI's lm-evaluation-harness too, which makes benchmarking open-weight diffusion models much simpler. For researchers and engineers working with LLaDA, Dream, or smaller BERT-based diffusion chatbots, the repo includes recipes for masked and block diffusion, edit flows, and GRPO-based reasoning training. It's a practical, reproducible reference if you want to extend published diffusion LM work rather than build everything yourself.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities