Text Generation
PEFT
Safetensors
English
text-to-sql
postgis
spatial-sql
city-information-modeling
cim
fine-tuned
qlora
conversational
Instructions to use taherdoust/llama31-8b-cim-q2sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use taherdoust/llama31-8b-cim-q2sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "taherdoust/llama31-8b-cim-q2sql") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!