Instructions to use aiqwe/gemma-2b-it-example-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aiqwe/gemma-2b-it-example-v1 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, "aiqwe/gemma-2b-it-example-v1") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
8541cfc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:cf26ff901e30c5f38af16c3a8aa9fe72a15c54351c101dae5514203938a74498
size 17518778
|