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: 133 Bytes
d8e4fc0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bcace0e59ec7c63f3d8043c419302352d419d63c55e9424b1ec418e67af72696
size 34356305
|