taronklm/Qwen2.5-0.5B-Instruct-chatbot
Browse files- README.md +11 -8
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -20,7 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
|
|
|
|
|
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -51,13 +54,13 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
-
|
56 |
-
| No log | 0.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the generator dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.5403
|
24 |
+
- Bertscore Precision: 0.9330
|
25 |
+
- Bertscore Recall: 0.9366
|
26 |
+
- Bertscore F1: 0.9348
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Bertscore Precision | Bertscore Recall | Bertscore F1 |
|
58 |
+
|:-------------:|:------:|:----:|:---------------:|:-------------------:|:----------------:|:------------:|
|
59 |
+
| No log | 0.9664 | 18 | 1.0760 | 0.8860 | 0.8931 | 0.8895 |
|
60 |
+
| 1.6935 | 1.9866 | 37 | 0.6704 | 0.9215 | 0.9234 | 0.9224 |
|
61 |
+
| 1.6935 | 2.9530 | 55 | 0.5852 | 0.9287 | 0.9322 | 0.9304 |
|
62 |
+
| 0.5756 | 3.9732 | 74 | 0.5481 | 0.9346 | 0.9373 | 0.9359 |
|
63 |
+
| 0.4437 | 4.8322 | 90 | 0.5403 | 0.9330 | 0.9366 | 0.9348 |
|
64 |
|
65 |
|
66 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
"v_proj",
|
25 |
-
"
|
26 |
-
"
|
27 |
"o_proj",
|
28 |
-
"
|
29 |
-
"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
"v_proj",
|
25 |
+
"up_proj",
|
26 |
+
"down_proj",
|
27 |
"o_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"q_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 17640136
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6410d0cd89e1e71e3db546964930ea28dbd607c080bdf521371a834bbe38c30b
|
3 |
size 17640136
|