Instructions to use yongyi169/gemma-7b-yy-chatml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yongyi169/gemma-7b-yy-chatml with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-7b-it") model = PeftModel.from_pretrained(base_model, "yongyi169/gemma-7b-yy-chatml") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes