End of training
Browse files- README.md +4 -4
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -103,7 +103,7 @@ xformers_attention: null
|
|
103 |
|
104 |
This model is a fine-tuned version of [Qwen/Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
-
- Loss: 3.
|
107 |
|
108 |
## Model description
|
109 |
|
@@ -138,9 +138,9 @@ The following hyperparameters were used during training:
|
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 10.0714 | 0.0015 | 1 | 9.6841 |
|
141 |
-
| 9.
|
142 |
-
| 8.
|
143 |
-
| 4.
|
144 |
|
145 |
|
146 |
### Framework versions
|
|
|
103 |
|
104 |
This model is a fine-tuned version of [Qwen/Qwen2-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2-0.5B-Instruct) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
+
- Loss: 3.4301
|
107 |
|
108 |
## Model description
|
109 |
|
|
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 10.0714 | 0.0015 | 1 | 9.6841 |
|
141 |
+
| 9.8085 | 0.0045 | 3 | 9.2877 |
|
142 |
+
| 8.723 | 0.0089 | 6 | 6.3874 |
|
143 |
+
| 4.6364 | 0.0134 | 9 | 3.4301 |
|
144 |
|
145 |
|
146 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -21,12 +21,12 @@
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
-
"
|
25 |
-
"up_proj",
|
26 |
"v_proj",
|
|
|
|
|
27 |
"down_proj",
|
28 |
-
"
|
29 |
-
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
"k_proj",
|
24 |
+
"gate_proj",
|
|
|
25 |
"v_proj",
|
26 |
+
"q_proj",
|
27 |
+
"up_proj",
|
28 |
"down_proj",
|
29 |
+
"o_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 35313738
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:269c09aa69bead95ac748047c531aa8922ee921582f751c5f190bb41b72f5a8a
|
3 |
size 35313738
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 35237104
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a9f301dd1b5c76ad74770099510dea849e9e5512c6cde06b8477a69e2c986eb
|
3 |
size 35237104
|
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:8910c913daa72aa2ee1f187619a3777cdd3adf003c43811644b4605775f3d33a
|
3 |
size 6776
|