Instructions to use NLPForUA/gemma-2-it-zno-cot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use NLPForUA/gemma-2-it-zno-cot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-9b-it") model = PeftModel.from_pretrained(base_model, "NLPForUA/gemma-2-it-zno-cot") - Notebooks
- Google Colab
- Kaggle
Improve model card: Add pipeline tag, library name and clarify model description
#1 opened about 1 year ago
by
nielsr