Instructions to use eosphoros/llama2-13b-sql-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eosphoros/llama2-13b-sql-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/model_files/Llama-2-13b-chat-hf") model = PeftModel.from_pretrained(base_model, "eosphoros/llama2-13b-sql-lora") - Notebooks
- Google Colab
- Kaggle
Upload 12 files
Browse files- checkpoint/optimizer.pt +3 -0
checkpoint/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26f44a8e903232ce6f96421bdf155ec8f0d3580088f5c0e57766d88adba3c20a
|
| 3 |
+
size 1793470013
|