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: 128 Bytes
e0ae27c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cef08939e76bb78603bc3bdd1e5486d1ec5566f2daa8f0334f68666b295ff9d5
size 988
|