Instructions to use denbeo/4e0f0a5a-d3b2-4624-930d-705adf203fee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use denbeo/4e0f0a5a-d3b2-4624-930d-705adf203fee 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, "denbeo/4e0f0a5a-d3b2-4624-930d-705adf203fee") - Notebooks
- Google Colab
- Kaggle