Instructions to use FormlessAI/Qwen3-32B-Math-TogetherAI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FormlessAI/Qwen3-32B-Math-TogetherAI with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-32B") model = PeftModel.from_pretrained(base_model, "FormlessAI/Qwen3-32B-Math-TogetherAI") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
53b3a93 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f4e9fa714813cae473893ba2f6426a61b2610afd9728cf578e90bc43c81f67a7
size 2147605960
|