DeepDream2045
commited on
Commit
•
6b69c3b
1
Parent(s):
412ef10
End of training
Browse files- README.md +3 -3
- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -140,9 +140,9 @@ The following hyperparameters were used during training:
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 2.5636 | 0.0002 | 1 | 2.5533 |
|
143 |
-
| 2.
|
144 |
-
| 2.
|
145 |
-
| 2.
|
146 |
|
147 |
|
148 |
### Framework versions
|
|
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| 2.5636 | 0.0002 | 1 | 2.5533 |
|
143 |
+
| 2.6682 | 0.0005 | 3 | 2.5478 |
|
144 |
+
| 2.4112 | 0.0010 | 6 | 2.4802 |
|
145 |
+
| 2.414 | 0.0015 | 9 | 2.3584 |
|
146 |
|
147 |
|
148 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
|
|
23 |
"up_proj",
|
24 |
"v_proj",
|
25 |
-
"gate_proj",
|
26 |
"q_proj",
|
27 |
-
"
|
28 |
-
"down_proj",
|
29 |
-
"k_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"gate_proj",
|
24 |
+
"o_proj",
|
25 |
+
"k_proj",
|
26 |
"up_proj",
|
27 |
"v_proj",
|
|
|
28 |
"q_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 45169354
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4717a5558861ebf4a1a9fd932ce2ec8bcc7348ddfdd276c00df3b386aeda6fb5
|
3 |
size 45169354
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 45118424
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f89206345456e93eeb502b737e62178aea1cbc7e6cfa41c2424b03976e390f6a
|
3 |
size 45118424
|
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:b3f5f24b610d814119114339e648d6ed3a2253ce76c1f667715f1aee5a38c459
|
3 |
size 6776
|