Instructions to use funkaya1234/wikisql-qwen2.5-coder-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use funkaya1234/wikisql-qwen2.5-coder-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B-Instruct") model = PeftModel.from_pretrained(base_model, "funkaya1234/wikisql-qwen2.5-coder-qlora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
ed54d39 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e1bb43ac6226b35aa5fb20bf7f7eeb9c8c63289288dc1ce1ea4c7c69d8079a1d
size 11421994
|