Instructions to use VERSIL91/a7d47daa-a7ea-4cfd-96f2-cabc83b43769 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/a7d47daa-a7ea-4cfd-96f2-cabc83b43769 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("dltjdgh0928/test_instruction") model = PeftModel.from_pretrained(base_model, "VERSIL91/a7d47daa-a7ea-4cfd-96f2-cabc83b43769") - Notebooks
- Google Colab
- Kaggle
Ctrl+K