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
@@ -96,7 +96,7 @@ xformers_attention: true
|
|
96 |
|
97 |
This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B](https://huggingface.co/Qwen/Qwen2.5-1.5B) on the None dataset.
|
98 |
It achieves the following results on the evaluation set:
|
99 |
-
- Loss: 2.
|
100 |
|
101 |
## Model description
|
102 |
|
@@ -134,8 +134,8 @@ The following hyperparameters were used during training:
|
|
134 |
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
|:-------------:|:------:|:----:|:---------------:|
|
136 |
| 2.884 | 0.0041 | 1 | 3.2208 |
|
137 |
-
| 2.
|
138 |
-
| 2.
|
139 |
|
140 |
|
141 |
### Framework versions
|
|
|
96 |
|
97 |
This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B](https://huggingface.co/Qwen/Qwen2.5-1.5B) on the None dataset.
|
98 |
It achieves the following results on the evaluation set:
|
99 |
+
- Loss: 2.7513
|
100 |
|
101 |
## Model description
|
102 |
|
|
|
134 |
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
|:-------------:|:------:|:----:|:---------------:|
|
136 |
| 2.884 | 0.0041 | 1 | 3.2208 |
|
137 |
+
| 2.636 | 0.1024 | 25 | 2.8128 |
|
138 |
+
| 2.5226 | 0.2049 | 50 | 2.7513 |
|
139 |
|
140 |
|
141 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"k_proj",
|
25 |
-
"down_proj",
|
26 |
"gate_proj",
|
27 |
-
"
|
28 |
"v_proj",
|
29 |
-
"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
|
|
|
|
24 |
"gate_proj",
|
25 |
+
"k_proj",
|
26 |
"v_proj",
|
27 |
+
"o_proj",
|
28 |
+
"up_proj",
|
29 |
+
"down_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 147859242
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99100fc8cb9629f23ee002d2b3bbc8733215ad01cc1381efb5be3c9183578b6a
|
3 |
size 147859242
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 147770496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8277984d9c60132214b91aa106e3c06d9041f5b092d5cdc6114f694d6f2352d9
|
3 |
size 147770496
|
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:5c6def4580f714d6ad7e4a090722504acfd79476939235ffabc027470341e135
|
3 |
size 6776
|