Qwen3 I-DLM

View as Markdown

The I-DLM recipe converts the autoregressive Qwen/Qwen3-8B checkpoint into a diffusion language model using an all-masked block-diffusion objective.

TaskDiffusion Language Modeling
ArchitectureQwen3ForCausalLM with the I-DLM objective
Parameters8B
HF OrgQwen

Example Model and Recipe

$uv run torchrun --nproc-per-node=8 nemo_automodel/recipes/dllm/train_ft.py \
> -c examples/dllm_sft/qwen3_8b_idlm.yaml

See the dLLM Fine-Tuning Guide.