Instructions to use marialvsantiago/68ec9f26-6931-45f8-9b63-770e8eb4fe3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use marialvsantiago/68ec9f26-6931-45f8-9b63-770e8eb4fe3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("lcw99/zephykor-ko-7b-chang") model = PeftModel.from_pretrained(base_model, "marialvsantiago/68ec9f26-6931-45f8-9b63-770e8eb4fe3b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K