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