Instructions to use nakcnx/wangchang-math with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nakcnx/wangchang-math with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("pythainlp/wangchanglm-7.5B-sft-enth-sharded") model = PeftModel.from_pretrained(base_model, "nakcnx/wangchang-math") - Notebooks
- Google Colab
- Kaggle