Instructions to use duyphu/2c4bec72-b234-4f54-9315-a44be468a024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use duyphu/2c4bec72-b234-4f54-9315-a44be468a024 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/tiny-random-LlamaForCausalLM") model = PeftModel.from_pretrained(base_model, "duyphu/2c4bec72-b234-4f54-9315-a44be468a024") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 13
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -21,11 +21,11 @@
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"v_proj",
|
| 24 |
-
"up_proj",
|
| 25 |
-
"down_proj",
|
| 26 |
"q_proj",
|
|
|
|
| 27 |
"k_proj",
|
| 28 |
"gate_proj",
|
|
|
|
| 29 |
"o_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
"v_proj",
|
|
|
|
|
|
|
| 24 |
"q_proj",
|
| 25 |
+
"up_proj",
|
| 26 |
"k_proj",
|
| 27 |
"gate_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
"o_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 27024
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fb1aad19b5d49a9866dc0c9a53950982df6aaf4bdd385ff67266d4f7c02cbd89
|
| 3 |
size 27024
|
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:76e800d2d7b2e89082fbacfe6dae17becb71257bbe015e2619e98f27d7545ee7
|
| 3 |
size 6776
|