End of training
Browse files- README.md +0 -4
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -48,10 +48,6 @@ The following hyperparameters were used during training:
|
|
48 |
- training_steps: 20
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
51 |
-
### Training results
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
### Framework versions
|
56 |
|
57 |
- PEFT 0.10.1.dev0
|
|
|
48 |
- training_steps: 20
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
|
|
|
|
|
|
|
|
51 |
### Framework versions
|
52 |
|
53 |
- PEFT 0.10.1.dev0
|
adapter_config.json
CHANGED
@@ -20,11 +20,11 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
"q_proj",
|
25 |
-
"gate_proj",
|
26 |
"up_proj",
|
27 |
-
"
|
|
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
"q_proj",
|
|
|
25 |
"up_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj"
|
28 |
],
|
29 |
"task_type": "CAUSAL_LM",
|
30 |
"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 562079784
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:513009b752d25156b7c2992f08de516c19b8e3c7b42ec1f5b504bb1d4b844504
|
3 |
size 562079784
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:559fa4484da24fc895a9db5b57b9ae4947d142d8a7b8a753b6d8d2c724bd65da
|
3 |
size 4984
|