DPRM Release Artifacts

This bundle contains the retained DPRM states and raw evaluation records for DPRM: A Plug-in Token-Ordering Module for Diffusion Language Models. The executable integrations, exact commands, and uncertainty reducers are in DakeBU/DPRM-DLLM. The paper is available at arXiv:2604.24357, and the scrollable visual galleries are on the project page.

The bundle retains one deployable DPRM checkpoint or controller per host when the host has trainable state. Baseline outputs are represented by raw matched records and are regenerated with the public commands. release_artifacts.json pins every reported file by byte size and SHA-256 digest.

Verification

git clone https://github.com/DakeBU/DPRM-DLLM.git
cd DPRM-DLLM
python scripts/verify_artifact_manifest.py \
  --manifest "$DPRM_ARTIFACT_ROOT/release_artifacts.json" \
  --artifact-root "$DPRM_ARTIFACT_ROOT" --require-complete
python scripts/audit_artifact_semantics.py \
  --artifact-root "$DPRM_ARTIFACT_ROOT"

See each integration README in the code repository for upstream model and dataset requirements. These artifacts do not replace the upstream licenses.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for DarkerBu/DPRM-DLLM