Instructions to use arqamwadiwala/text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use arqamwadiwala/text-to-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyPixel/Llama-2-7B-bf16-sharded") model = PeftModel.from_pretrained(base_model, "arqamwadiwala/text-to-sql") - Notebooks
- Google Colab
- Kaggle
Commit ·
01998f1
1
Parent(s): ef77ee0
Rename adapter_config.json to config.json
Browse files
adapter_config.json → config.json
RENAMED
|
File without changes
|