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
End of training
Browse files- adapter_config.json +3 -3
- adapter_model.bin +1 -1
- 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 |
-
"
|
| 24 |
"gate_proj",
|
|
|
|
| 25 |
"k_proj",
|
| 26 |
-
"up_proj",
|
| 27 |
-
"down_proj",
|
| 28 |
"q_proj",
|
|
|
|
| 29 |
"o_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"up_proj",
|
| 24 |
"gate_proj",
|
| 25 |
+
"v_proj",
|
| 26 |
"k_proj",
|
|
|
|
|
|
|
| 27 |
"q_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
"o_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 74000170
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dce4a174ccad179c7057f1826135e3b4637d1e60925ca894771329f50ad7f7e0
|
| 3 |
size 74000170
|
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:3293a8a1eb1d98f95ae6a8e8eb8951ff87094792bb9a7203c4c68eb0e1b7fa27
|
| 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:edd5c8003dc212a5d55ed2476be46f188433095a148c73d1f0610fae7d6df834
|
| 3 |
size 6776
|