Instructions to use varshithkumar/gemma-finetuned-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use varshithkumar/gemma-finetuned-sql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b-it") model = PeftModel.from_pretrained(base_model, "varshithkumar/gemma-finetuned-sql") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d8e4fc0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8cc22d439027df13dd48b9c8e3324936100e3952f210717d62e1ed02da069907
size 5176
|