Instructions to use thakkkkkk/ff3ea461-d7f9-41be-9f0f-748f15b70fc4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thakkkkkk/ff3ea461-d7f9-41be-9f0f-748f15b70fc4 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, "thakkkkkk/ff3ea461-d7f9-41be-9f0f-748f15b70fc4") - Notebooks
- Google Colab
- Kaggle
Ctrl+K