Instructions to use demohong/8a5a4f91-ec8d-4fb5-8a50-e5b1c53f0cf9 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use demohong/8a5a4f91-ec8d-4fb5-8a50-e5b1c53f0cf9 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, "demohong/8a5a4f91-ec8d-4fb5-8a50-e5b1c53f0cf9") - Notebooks
- Google Colab
- Kaggle