Instructions to use FormlessAI/Qwen2.5-3B-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-3B-Instruct-Code-TogetherAI with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "FormlessAI/Qwen2.5-3B-Instruct-Code-TogetherAI") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3cd7ffd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8d55a5bd8385f5a050f1189abeeeff906d145a88cfc90dc0738a046925f481c6
size 479005064
|