Instructions to use truskovskiyk/phi-3-text2sql-ssh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use truskovskiyk/phi-3-text2sql-ssh with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "truskovskiyk/phi-3-text2sql-ssh") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 2000
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 17842848
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5e5e32901f64eaad13c6face7410592b0f33f22e5c307934ba6bad08a25d46f
|
| 3 |
size 17842848
|