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