Instructions to use diffusion-reasoning/d1_SFT_us_countdown-4000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use diffusion-reasoning/d1_SFT_us_countdown-4000 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("GSAI-ML/LLaDA-8B-Instruct") model = PeftModel.from_pretrained(base_model, "diffusion-reasoning/d1_SFT_us_countdown-4000") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.