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