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