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