Instructions to use alifgokce/wwi-sql-assistant-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use alifgokce/wwi-sql-assistant-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/afg/sql-finetune/models/qwen2.5-coder-7b") model = PeftModel.from_pretrained(base_model, "alifgokce/wwi-sql-assistant-lora") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
5be38b6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
size 11421892
|