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