Instructions to use VERSIL91/354746e4-d556-4bc4-b55d-c2e7c5d70e45 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/354746e4-d556-4bc4-b55d-c2e7c5d70e45 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("OpenBuddy/openbuddy-llama2-13b-v8.1-fp16") model = PeftModel.from_pretrained(base_model, "VERSIL91/354746e4-d556-4bc4-b55d-c2e7c5d70e45") - Notebooks
- Google Colab
- Kaggle
Ctrl+K