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