Instructions to use DeepDream2045/80a89bc3-899f-4e23-9896-759501ad8a54 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DeepDream2045/80a89bc3-899f-4e23-9896-759501ad8a54 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "DeepDream2045/80a89bc3-899f-4e23-9896-759501ad8a54") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +3 -3
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -103,7 +103,7 @@ xformers_attention: true
|
|
| 103 |
|
| 104 |
This model is a fine-tuned version of [unsloth/Qwen2.5-3B-Instruct](https://huggingface.co/unsloth/Qwen2.5-3B-Instruct) on the None dataset.
|
| 105 |
It achieves the following results on the evaluation set:
|
| 106 |
-
- Loss: 0.
|
| 107 |
|
| 108 |
## Model description
|
| 109 |
|
|
@@ -141,8 +141,8 @@ The following hyperparameters were used during training:
|
|
| 141 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 142 |
|:-------------:|:------:|:----:|:---------------:|
|
| 143 |
| 2.8513 | 0.0165 | 1 | 3.8587 |
|
| 144 |
-
| 0.
|
| 145 |
-
| 0.
|
| 146 |
|
| 147 |
|
| 148 |
### Framework versions
|
|
|
|
| 103 |
|
| 104 |
This model is a fine-tuned version of [unsloth/Qwen2.5-3B-Instruct](https://huggingface.co/unsloth/Qwen2.5-3B-Instruct) on the None dataset.
|
| 105 |
It achieves the following results on the evaluation set:
|
| 106 |
+
- Loss: 0.6542
|
| 107 |
|
| 108 |
## Model description
|
| 109 |
|
|
|
|
| 141 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 142 |
|:-------------:|:------:|:----:|:---------------:|
|
| 143 |
| 2.8513 | 0.0165 | 1 | 3.8587 |
|
| 144 |
+
| 0.5986 | 0.4115 | 25 | 0.7033 |
|
| 145 |
+
| 0.5858 | 0.8230 | 50 | 0.6542 |
|
| 146 |
|
| 147 |
|
| 148 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"down_proj",
|
| 24 |
-
"v_proj",
|
| 25 |
"gate_proj",
|
| 26 |
-
"
|
| 27 |
-
"q_proj",
|
| 28 |
-
"k_proj",
|
| 29 |
-
"o_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
+
"k_proj",
|
| 24 |
+
"q_proj",
|
| 25 |
+
"o_proj",
|
| 26 |
+
"up_proj",
|
| 27 |
"down_proj",
|
|
|
|
| 28 |
"gate_proj",
|
| 29 |
+
"v_proj"
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 239650666
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92a2634694ed057a4db5fb83510c9f0228cffc092a1f1f5f1b148964e6ca136a
|
| 3 |
size 239650666
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 239536272
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb9c433e67d7d67735ab4c08b384b700ad7bbb2ef098bc9db8b5f55f05f73f4a
|
| 3 |
size 239536272
|
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:94f8966a7f5610ce3154bf3af6bc87a6aa3dca284fbee83e288364d669bb4725
|
| 3 |
size 6776
|