Instructions to use SarwarShafee/bl_gemma_9b-ft-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SarwarShafee/bl_gemma_9b-ft-v2 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, "SarwarShafee/bl_gemma_9b-ft-v2") - Notebooks
- Google Colab
- Kaggle
Ctrl+K