Instructions to use rat45/sql-lora-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rat45/sql-lora-model 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, "rat45/sql-lora-model") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
e0ae27c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bb4ae1d203127a5705c90de64f236f39eab9ad7b7af52367a5625a05db2e2b44
size 18170234
|