Instructions to use DeepDream2045/472f800b-4cef-46e8-98bb-9034a1edc4c6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DeepDream2045/472f800b-4cef-46e8-98bb-9034a1edc4c6 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "DeepDream2045/472f800b-4cef-46e8-98bb-9034a1edc4c6") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 10
Browse files- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -20,12 +20,12 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"up_proj",
|
| 24 |
-
"gate_proj",
|
| 25 |
"v_proj",
|
|
|
|
| 26 |
"k_proj",
|
| 27 |
-
"
|
| 28 |
"down_proj",
|
|
|
|
| 29 |
"o_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
| 23 |
"v_proj",
|
| 24 |
+
"gate_proj",
|
| 25 |
"k_proj",
|
| 26 |
+
"up_proj",
|
| 27 |
"down_proj",
|
| 28 |
+
"q_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 73911112
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a8c3f21ac0274f31126ab156bf1bf105e6f1a3ebf53cbf8431e0ff2f37014ba
|
| 3 |
size 73911112
|
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:56a25691fb6a6b3d2d3ebf285b08a1fc54e133279caff6a277ec551d3b09b830
|
| 3 |
size 6776
|