zpointsun / DiBO-DKittyMorphology

huggingface.co
Total runs: 20
24-hour runs: 0
7-day runs: 0
30-day runs: -141
Model's Last Updated: August 07 2026
reinforcement-learning

Introduction of DiBO-DKittyMorphology

Model Details of DiBO-DKittyMorphology

DiBO D'Kitty Morphology

Final task-specific DiBO checkpoint for DKittyMorphology-Exact-v0 , released with Training Diffusion Language Models for Black-Box Optimization (ICML 2026 Spotlight). The paper is also available on the Hugging Face paper page .

DiBO is implemented in the DiBO code repository . This artifact is the final checkpoint after the DA, SFT, and RL stages.

Artifact
  • Checkpoint: dibo_dkitty_morphology_final.pt
  • Format: PyTorch checkpoint dictionary with the model state dict at model
  • Base model: GSAI-ML/LLaDA-8B-Instruct , revision 08b83a6feb34df1a6011b80c3c00c7563e963b07

This repository does not mirror the base model as a standalone Transformers model directory. Initialize the pinned base model with the DiBO loader, which installs the required delimiter tokens and resizes its embeddings, then load this checkpoint's complete DiBO model state dict. It is not compatible with a generic AutoModel.from_pretrained() call on this repository.

Download and load

From a checkout of the released DiBO code:

hf download zpointsun/DiBO-DKittyMorphology dibo_dkitty_morphology_final.pt \
  --revision v1.0.0 --local-dir checkpoints/dkitty
import torch
from src.model.dllm import DEFAULT_MODEL_ID, LLADA_MODEL_REVISION, load_model_and_tokenizer

assert DEFAULT_MODEL_ID == "GSAI-ML/LLaDA-8B-Instruct"
assert LLADA_MODEL_REVISION == "08b83a6feb34df1a6011b80c3c00c7563e963b07"

model, tokenizer = load_model_and_tokenizer(DEFAULT_MODEL_ID, device="cuda")
checkpoint = torch.load("checkpoints/dkitty/dibo_dkitty_morphology_final.pt", map_location="cuda")
model.load_state_dict(checkpoint["model"], strict=True)
model.eval()

load_model_and_tokenizer adds |design-start| , |design-end| , |label-start| , and |label-end| before the checkpoint is loaded. These tokens and the embedding resize are required for compatible loading.

For task evaluation, install the oracle environment described in the installation guide and use the released evaluation entry point, for example:

python eval.py --tasks DKittyMorphology-Exact-v0 \
  --checkpoint_path checkpoints/dkitty/dibo_dkitty_morphology_final.pt \
  --seeds <SEED> --max_attempts 1000
Limitations

The checkpoint requires the pinned LLaDA base model, the DiBO tokenizer setup, and a CUDA-capable PyTorch environment for practical inference. Direct morphology evaluation additionally requires the Design-Bench data cache and the MuJoCo-based oracle environment described in the DiBO installation guide.

Related DiBO checkpoints
Citation

If you find DiBO helpful, please cite:

@article{sun2026training,
  title={Training diffusion language models for black-box optimization},
  author={Sun, Zipeng and Chen, Can and Yuan, Ye and Wu, Haolun and Gu, Jiayao and Pal, Christopher and Liu, Xue},
  journal={arXiv preprint arXiv:2603.17919},
  year={2026}
}

Runs of zpointsun DiBO-DKittyMorphology on huggingface.co

20
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
-141
30-day runs

More Information About DiBO-DKittyMorphology huggingface.co Model

More DiBO-DKittyMorphology license Visit here:

https://choosealicense.com/licenses/mit

DiBO-DKittyMorphology huggingface.co

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

DiBO-DKittyMorphology huggingface.co Url

https://huggingface.co/zpointsun/DiBO-DKittyMorphology

zpointsun DiBO-DKittyMorphology online free

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

zpointsun DiBO-DKittyMorphology online free url in huggingface.co:

https://huggingface.co/zpointsun/DiBO-DKittyMorphology

DiBO-DKittyMorphology install

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

DiBO-DKittyMorphology install url in huggingface.co:

https://huggingface.co/zpointsun/DiBO-DKittyMorphology

Url of DiBO-DKittyMorphology

DiBO-DKittyMorphology huggingface.co Url

Provider of DiBO-DKittyMorphology huggingface.co

zpointsun
ORGANIZATIONS

Other API from zpointsun