sengi/dUltra-math-b128

Model

0

stars

4

commits

1

linked in READMEs

Feb 13, 2026

updated

conversational
custom_code
endpoints_compatible
llada
safetensors
text-generation
transformers

README

dUltra: Ultra-Fast Diffusion Language Models via Reinforcement Learning

dUltra is an on-policy reinforcement learning framework based on Group Relative Policy Optimization (GRPO) that learns unmasking strategies for efficient parallel decoding in masked diffusion language models (MDLMs). By jointly optimizing the base diffusion LLM and an unmasking order planner, dUltra achieves superior accuracy-efficiency trade-offs on mathematical reasoning and code generation tasks.

Usage

To use this model, you can load it through the transformers library. Note that it requires trust_remote_code=True to load the custom model architecture.

from model.llada.lladou import LLaDOUModelLM
from transformers import AutoTokenizer
import torch

model = LLaDOUModelLM.from_pretrained(
            "sengi/dUltra-math",
            trust_remote_code=True,
            torch_dtype=torch.bfloat16,
        )
tokenizer = AutoTokenizer.from_pretrained("sengi/dUltra-math")

Citation

@misc{chen2025dultraultrafastdiffusionlanguage,
      title={dUltra: Ultra-Fast Diffusion Language Models via Reinforcement Learning},
      author={Shirui Chen and Jiantao Jiao and Lillian J. Ratliff and Banghua Zhu},
      year={2025},
      eprint={2512.21446},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2512.21446},
}

Contributors

sengi

3 commits

nielsr

1 commits

sengi/dUltra-math-b128

Model

0

stars

4

commits

1

linked in READMEs

Feb 13, 2026

updated

conversational
custom_code
endpoints_compatible
llada
safetensors
text-generation
transformers

README

dUltra: Ultra-Fast Diffusion Language Models via Reinforcement Learning

dUltra is an on-policy reinforcement learning framework based on Group Relative Policy Optimization (GRPO) that learns unmasking strategies for efficient parallel decoding in masked diffusion language models (MDLMs). By jointly optimizing the base diffusion LLM and an unmasking order planner, dUltra achieves superior accuracy-efficiency trade-offs on mathematical reasoning and code generation tasks.

Usage

To use this model, you can load it through the transformers library. Note that it requires trust_remote_code=True to load the custom model architecture.

from model.llada.lladou import LLaDOUModelLM
from transformers import AutoTokenizer
import torch

model = LLaDOUModelLM.from_pretrained(
            "sengi/dUltra-math",
            trust_remote_code=True,
            torch_dtype=torch.bfloat16,
        )
tokenizer = AutoTokenizer.from_pretrained("sengi/dUltra-math")

Citation

@misc{chen2025dultraultrafastdiffusionlanguage,
      title={dUltra: Ultra-Fast Diffusion Language Models via Reinforcement Learning},
      author={Shirui Chen and Jiantao Jiao and Lillian J. Ratliff and Banghua Zhu},
      year={2025},
      eprint={2512.21446},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2512.21446},
}

Contributors

sengi

3 commits

nielsr

1 commits