Instructions to use ldhldh/_diff_big_12kstep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ldhldh/_diff_big_12kstep 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_12kstep") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
dc50e86 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a24639c997632b3c9772894905db8104002890315bf05c630806065452ff014f
size 25183489
|