Instructions to use daniel40/71cd2dd5-4f5e-469a-85dc-d11efdb9be99 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use daniel40/71cd2dd5-4f5e-469a-85dc-d11efdb9be99 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, "daniel40/71cd2dd5-4f5e-469a-85dc-d11efdb9be99") - Notebooks
- Google Colab
- Kaggle
Ctrl+K