Instructions to use nttx/85705d21-720e-4c2c-9421-77cd1613371f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/85705d21-720e-4c2c-9421-77cd1613371f 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, "nttx/85705d21-720e-4c2c-9421-77cd1613371f") - Notebooks
- Google Colab
- Kaggle
Ctrl+K