Instructions to use Famali/qwen7b-abap-sql-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Famali/qwen7b-abap-sql-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("models/Qwen2.5-Coder-7B-Instruct") model = PeftModel.from_pretrained(base_model, "Famali/qwen7b-abap-sql-lora") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
06dee64 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:234e9b694d60d0589db5c519feba541cff1b9afc0bc44c41195a6f212debcc06
size 5649
|