How to use quasar529/rainbow-padding-llada with PEFT:
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")
The community tab is the place to discuss and collaborate with the HF community!