How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("GSAI-ML/LLaDA-8B-Base")
model = PeftModel.from_pretrained(base_model, "quasar529/rainbow-padding-llada")

Rainbow Padding LLaDA Instruct

We introduce Rainbow Padding, a cyclic multi-token padding scheme that eliminates early termination and restores length robustness in instruction-tuned diffusion LLMs.

This checkpoint is a LoRA adapter for LLaDA-8B-Base with Rainbow Padding applied.

Model Details

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for quasar529/rainbow-padding-llada

Adapter
(12)
this model

Paper for quasar529/rainbow-padding-llada