Instructions to use JungIn/Text2SQL_with_tinyllama with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use JungIn/Text2SQL_with_tinyllama with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "JungIn/Text2SQL_with_tinyllama") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
d897fcc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c1d56ceee0cfa1ae0b652f6425eaa503b1912aad60e967a95fb372d2edfdba4c
size 4517152
|