Instructions to use VERSIL91/23bd49e2-e6e3-4aaf-9ec2-e88a5dc7e63f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/23bd49e2-e6e3-4aaf-9ec2-e88a5dc7e63f with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-7b-it") model = PeftModel.from_pretrained(base_model, "VERSIL91/23bd49e2-e6e3-4aaf-9ec2-e88a5dc7e63f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K