Instructions to use ldhldh/_diff_big_18kstep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ldhldh/_diff_big_18kstep with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EleutherAI/polyglot-ko-1.3b") model = PeftModel.from_pretrained(base_model, "ldhldh/_diff_big_18kstep") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
befc699 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fb534a793e08a7fff152bdfe32eb06c665ad4a3b8100d19469d9944cf2fbbc92
size 25183489
|