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: 133 Bytes
fa2d7ac | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:84809b55ed7ba6c3f7511533c56fea68afa557138b182c0f95a86a9803ac1460
size 17478357
|