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