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