Instructions to use ldhldh/12.8b_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ldhldh/12.8b_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("beomi/KoAlpaca-Polyglot-12.8B") model = PeftModel.from_pretrained(base_model, "ldhldh/12.8b_lora") - Notebooks
- Google Colab
- Kaggle
Upload model
Browse files- adapter_model.bin +1 -1
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 26243937
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef00282939442b99da377b48888793cea1e71718f7ffcb4b5a086c4cd2b2444d
|
| 3 |
size 26243937
|