Text Generation
PEFT
Safetensors
English
diffusion-lm
introspective-decoding
sdar
lora
conversational
Instructions to use yifanyu/I-DLM-8B-lora-r128 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yifanyu/I-DLM-8B-lora-r128 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/data/cxu/dllm-distillation/training/model/Qwen3-8B-b3-allmasked-causal") model = PeftModel.from_pretrained(base_model, "yifanyu/I-DLM-8B-lora-r128") - Notebooks
- Google Colab
- Kaggle
Ctrl+K