nvidia / Efficient-DLM-8B

huggingface.co
Total runs: 462
24-hour runs: 0
7-day runs: 257
30-day runs: 289
Model's Last Updated: May 03 2026
text-generation

Introduction of Efficient-DLM-8B

Model Details of Efficient-DLM-8B

Efficient-DLM-8B

📄 Tech Report |   🤗 Efficient-DLM-4B |   🤗 Efficient-DLM-8B

Model Overview

Efficient-DLM-8B is a base diffusion language model designed for parallel generation. It converts pretrained AR LMs into diffusion LMs through efficient continuous pretraining, enabling faster decoding while preserving the task accuracy of strong AR models. Efficient-DLM features block-wise attention with clean-context conditioning for KV-cache-friendly decoding, as well as position-dependent token masking to reduce the training–test mismatch in diffusion generation. See our paper for more technical details.

Accuracy vs throughput Pareto curve
Environment
transformers>=4.52.2
Chat with Efficient-DLM-8B
from transformers import AutoModel, AutoTokenizer
import torch

repo_name = "nvidia/Efficient-DLM-8B"

tokenizer = AutoTokenizer.from_pretrained(repo_name, trust_remote_code=True)
model = AutoModel.from_pretrained(repo_name, trust_remote_code=True)
model = model.cuda().to(torch.bfloat16)

user_input = input("User: ").strip()

prompt_ids = tokenizer(user_input, return_tensors="pt").input_ids.to(device="cuda")
out_ids, nfe = model.generate(
    prompt_ids,
    max_new_tokens=128,
    steps=128,
    block_length=32,
    shift_logits=False,
    temperature=0.7,
    threshold=0.9,
)

response = tokenizer.batch_decode(out_ids[:, prompt_ids.shape[1]:], skip_special_tokens=True)[0]
print(f"Model: {response}")
print(f"[Num Function Eval (NFE)={nfe}]")
Citation
@article{fu2025efficient,
  title={Efficient-dlm: From autoregressive to diffusion language models, and beyond in speed},
  author={Fu, Yonggan and Whalen, Lexington and Ye, Zhifan and Dong, Xin and Diao, Shizhe and Liu, Jingyu and Wu, Chengyue and Zhang, Hao and Xie, Enze and Han, Song and others},
  journal={arXiv preprint arXiv:2512.14067},
  year={2025}
}

Runs of nvidia Efficient-DLM-8B on huggingface.co

462
Total runs
0
24-hour runs
75
3-day runs
257
7-day runs
289
30-day runs

More Information About Efficient-DLM-8B huggingface.co Model

More Efficient-DLM-8B license Visit here:

https://choosealicense.com/licenses/cc-by-nc-4.0

Efficient-DLM-8B huggingface.co

Efficient-DLM-8B huggingface.co is an AI model on huggingface.co that provides Efficient-DLM-8B's model effect (), which can be used instantly with this nvidia Efficient-DLM-8B model. huggingface.co supports a free trial of the Efficient-DLM-8B model, and also provides paid use of the Efficient-DLM-8B. Support call Efficient-DLM-8B model through api, including Node.js, Python, http.

Efficient-DLM-8B huggingface.co Url

https://huggingface.co/nvidia/Efficient-DLM-8B

nvidia Efficient-DLM-8B online free

Efficient-DLM-8B huggingface.co is an online trial and call api platform, which integrates Efficient-DLM-8B's modeling effects, including api services, and provides a free online trial of Efficient-DLM-8B, you can try Efficient-DLM-8B online for free by clicking the link below.

nvidia Efficient-DLM-8B online free url in huggingface.co:

https://huggingface.co/nvidia/Efficient-DLM-8B

Efficient-DLM-8B install

Efficient-DLM-8B is an open source model from GitHub that offers a free installation service, and any user can find Efficient-DLM-8B on GitHub to install. At the same time, huggingface.co provides the effect of Efficient-DLM-8B install, users can directly use Efficient-DLM-8B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Efficient-DLM-8B install url in huggingface.co:

https://huggingface.co/nvidia/Efficient-DLM-8B

Url of Efficient-DLM-8B

Efficient-DLM-8B huggingface.co Url

Provider of Efficient-DLM-8B huggingface.co

nvidia
ORGANIZATIONS

Other API from nvidia

huggingface.co

Total runs: 1.3M
Run Growth: 1.2M
Growth Rate: 96.28%
Updated:August 27 2026
huggingface.co

Total runs: 930.1K
Run Growth: -632.4K
Growth Rate: -54.25%
Updated:August 31 2026
huggingface.co

Total runs: 244.2K
Run Growth: -84.5K
Growth Rate: -32.34%
Updated:August 27 2026
huggingface.co

Total runs: 232.6K
Run Growth: 214.6K
Growth Rate: 92.28%
Updated:September 10 2025
huggingface.co

Total runs: 128.4K
Run Growth: 24.0K
Growth Rate: 18.70%
Updated:January 15 2025
huggingface.co

Total runs: 117.4K
Run Growth: 10.5K
Growth Rate: 8.47%
Updated:August 27 2026
huggingface.co

Total runs: 77.1K
Run Growth: -67.8K
Growth Rate: -87.92%
Updated:November 15 2023
huggingface.co

Total runs: 76.7K
Run Growth: 59.4K
Growth Rate: 77.48%
Updated:September 10 2025
huggingface.co

Total runs: 66.1K
Run Growth: -90.3K
Growth Rate: -111.06%
Updated:April 11 2026
huggingface.co

Total runs: 57.6K
Run Growth: 33.7K
Growth Rate: 58.45%
Updated:August 06 2022
huggingface.co

Total runs: 36.8K
Run Growth: 4.0K
Growth Rate: 10.85%
Updated:December 16 2025