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