Instructions to use nblinh63/60289eab-d34e-4163-91bd-8913eca9f86a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nblinh63/60289eab-d34e-4163-91bd-8913eca9f86a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("rayonlabs/e28c0e27-22e9-48ef-a9b8-18433a6bac9d") model = PeftModel.from_pretrained(base_model, "nblinh63/60289eab-d34e-4163-91bd-8913eca9f86a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K