Instructions to use tuanna08go/814f19b2-e567-48bd-b878-462707019cfe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tuanna08go/814f19b2-e567-48bd-b878-462707019cfe with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("MLP-KTLim/llama-3-Korean-Bllossom-8B") model = PeftModel.from_pretrained(base_model, "tuanna08go/814f19b2-e567-48bd-b878-462707019cfe") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 13
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
| 23 |
"down_proj",
|
| 24 |
"v_proj",
|
| 25 |
-
"up_proj",
|
| 26 |
"gate_proj",
|
| 27 |
"k_proj",
|
| 28 |
-
"q_proj"
|
| 29 |
-
"o_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"o_proj",
|
| 24 |
+
"up_proj",
|
| 25 |
"down_proj",
|
| 26 |
"v_proj",
|
|
|
|
| 27 |
"gate_proj",
|
| 28 |
"k_proj",
|
| 29 |
+
"q_proj"
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 83945296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:791f65fbe00f1df2e6681f0a47625aff67a2f9f719389231c052d45fa51adecc
|
| 3 |
size 83945296
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1157bcef7be9c2afde4e3beecd3469a390e22b2a6b716fe79ffc7cb04656638f
|
| 3 |
size 6776
|