Instructions to use truskovskiyk/phi-3-text2sql-sagemaker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use truskovskiyk/phi-3-text2sql-sagemaker 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-sagemaker") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 4500
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:005a93651b78df55f0c1c7176993eb23cbc47f7c44a554f459dd13ca3334a791
|
| 3 |
size 17842848
|