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
File size: 93 Bytes
0db47d0 | 1 2 3 4 5 6 7 8 9 10 | ---
library_name: peft
---
## Training procedure
### Framework versions
- PEFT 0.6.0.dev0
|