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