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