Text Generation
PEFT
Safetensors
English
text-to-sql
sql
llama
llama-3
qlora
lora
fine-tuned
natural-language-to-sql
conversational
Instructions to use Yathi28/llama-3.2-1b-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Yathi28/llama-3.2-1b-text-to-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Llama-3.2-1B-Instruct") model = PeftModel.from_pretrained(base_model, "Yathi28/llama-3.2-1b-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!