Instructions to use ldhldh/1.3b_lora_emo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ldhldh/1.3b_lora_emo 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/1.3b_lora_emo") - 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 22072717
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67831d333f0568d12f8bbfb79cc018304032975bd51382afe8d3f960ddaee19f
|
| 3 |
size 22072717
|