DeepDream2045
commited on
End of training
Browse files- README.md +4 -4
- adapter_config.json +2 -2
- 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/Qwen1.5-0.5B-Chat](https://huggingface.co/Qwen/Qwen1.5-0.5B-Chat) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
-
- Loss:
|
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 |
| 6.1371 | 0.0100 | 1 | 6.3942 |
|
141 |
-
| 6.
|
142 |
-
| 5.
|
143 |
-
| 4.
|
144 |
|
145 |
|
146 |
### Framework versions
|
|
|
103 |
|
104 |
This model is a fine-tuned version of [Qwen/Qwen1.5-0.5B-Chat](https://huggingface.co/Qwen/Qwen1.5-0.5B-Chat) on the None dataset.
|
105 |
It achieves the following results on the evaluation set:
|
106 |
+
- Loss: 2.9698
|
107 |
|
108 |
## Model description
|
109 |
|
|
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| 6.1371 | 0.0100 | 1 | 6.3942 |
|
141 |
+
| 6.6966 | 0.0301 | 3 | 6.1850 |
|
142 |
+
| 5.8849 | 0.0602 | 6 | 5.2905 |
|
143 |
+
| 4.359 | 0.0902 | 9 | 2.9698 |
|
144 |
|
145 |
|
146 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,12 +20,12 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
23 |
"gate_proj",
|
24 |
"v_proj",
|
|
|
25 |
"up_proj",
|
26 |
-
"o_proj",
|
27 |
"down_proj",
|
28 |
-
"q_proj",
|
29 |
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"o_proj",
|
24 |
"gate_proj",
|
25 |
"v_proj",
|
26 |
+
"q_proj",
|
27 |
"up_proj",
|
|
|
28 |
"down_proj",
|
|
|
29 |
"k_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 30398410
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4f5e440dd16900c4ebb8e3dc417b460e01a68e923548a3bda3e68985359fa3a
|
3 |
size 30398410
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 30322120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5bef69ca4ab9ab5da8fde478afc405b25c42f8721ecd3656e83824ab419593c
|
3 |
size 30322120
|
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:7388f3e7b07c8c879afb44613463aaecf2dc880d04e9c93c89b5d5ebe5b7c8c8
|
3 |
size 6776
|