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 size: 129 Bytes
58c1dc3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ed17cf56e84e3e5fdc156af915891eb80d02f5fea04d84412e122cbdd4ab1a7b
size 8056
|