Instructions to use berkani/text-to-sql-qlora-qwen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use berkani/text-to-sql-qlora-qwen with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-0.6B") model = PeftModel.from_pretrained(base_model, "berkani/text-to-sql-qlora-qwen") - Transformers
How to use berkani/text-to-sql-qlora-qwen with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("berkani/text-to-sql-qlora-qwen", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!