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