Instructions to use SujanKarki/Qwen2.5-Coder-1.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-1.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-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "SujanKarki/Qwen2.5-Coder-1.5B-Instruct_text_to_sql_lora_newdataset") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5c84b0e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cc2d8ec7993db0e25a99267c9d98e0d7f93485e4bc564c1d9c9913c8cb7c9dd3
size 5688
|