KodCode/KodCode-V1-SFT-R1
Viewer • Updated • 483k • 3.43k • 38
How to use maple-research-lab/LLaDOU-v0-Code with Transformers:
# Load model directly
from transformers import LLaDOUModelLM
model = LLaDOUModelLM.from_pretrained("maple-research-lab/LLaDOU-v0-Code", trust_remote_code=True, dtype="auto")We introduce the Large Language Diffusion with Ordered Unmasking (LLaDOU), which is trained by reinforcing a new reasoning paradigm named the Diffusion Chain of Lateral Thought (DCoLT) for diffusion language models.
Compared to standard CoT, DCoLT is distinguished with several notable features:
LLaDOU-v0-Code is a code-specific model trained on a subset of KodCode-V1-SFT-R1.
For inference codes and detailed instructions, please refer our github page: maple-research-lab/LLaDOU.
Base model
GSAI-ML/LLaDA-8B-Instruct