Instructions to use 100suping/Qwen2.5-Coder-34B-Instruct-kosql-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 100suping/Qwen2.5-Coder-34B-Instruct-kosql-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-coder-32b-instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "100suping/Qwen2.5-Coder-34B-Instruct-kosql-adapter") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1680a25 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:995efc3f8b3d2db1d9fb75eeb43a9d9d711674de4b0e7d6a532481bb2be7e68d
size 5496
|