Instructions to use diffusion-reasoning/wll_SFT_NP_math-1000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use diffusion-reasoning/wll_SFT_NP_math-1000 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/wll_SFT_NP_math-1000") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
6a3f335 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:100fe2267f5bf74f16476bea8edb6a34122003e19b1a3898cd8e322318b8c393
size 8056
|