Text Generation
PEFT
Safetensors
English
text-to-sql
sql
qlora
lora
llama
llama3
spider
fine-tuned
conversational
Instructions to use Snehanjan/llama-3.2-3b-spider-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Snehanjan/llama-3.2-3b-spider-text-to-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "Snehanjan/llama-3.2-3b-spider-text-to-sql") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!