Instructions to use OmkarB/SQL-GQL-Finetuned-Instruct-Tune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use OmkarB/SQL-GQL-Finetuned-Instruct-Tune with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5-small") model = PeftModel.from_pretrained(base_model, "OmkarB/SQL-GQL-Finetuned-Instruct-Tune") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1205833
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58e5fc72cec45519d79a25b871f7fe2afd1bc8d843c2487472605fc38aff0a82
|
| 3 |
size 1205833
|