Instructions to use laquythang/48010555-f89c-43f1-a237-b479ea7ca2fd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/48010555-f89c-43f1-a237-b479ea7ca2fd 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, "laquythang/48010555-f89c-43f1-a237-b479ea7ca2fd") - Notebooks
- Google Colab
- Kaggle
Ctrl+K