Instructions to use 0x1202/71389a2f-096c-480a-ae37-c3a901e5d2bd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use 0x1202/71389a2f-096c-480a-ae37-c3a901e5d2bd 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, "0x1202/71389a2f-096c-480a-ae37-c3a901e5d2bd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K