Instructions to use huhuhuhus/task-17-google-gemma-2b-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use huhuhuhus/task-17-google-gemma-2b-it 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, "huhuhuhus/task-17-google-gemma-2b-it") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
663b4c1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4d2efed96126615e0ea20e98390884082a236f1fa241227daabc20db3fcec5eb
size 5496
|