Training in progress, epoch 1
Browse files- adapter_config.json +2 -6
- adapter_model.safetensors +2 -2
- training_args.bin +2 -2
adapter_config.json
CHANGED
@@ -24,13 +24,9 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"v_proj",
|
28 |
-
"down_proj",
|
29 |
"k_proj",
|
30 |
-
"
|
31 |
-
"q_proj"
|
32 |
-
"up_proj",
|
33 |
-
"gate_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
27 |
"k_proj",
|
28 |
+
"v_proj",
|
29 |
+
"q_proj"
|
|
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a604f71ca594a2df89a0bf3b341c14ee65179a732d5014a498cd201346257e5e
|
3 |
+
size 4173784
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ddb83dfc9cecc4bd5878a7206378bfc22cfb350fa9aaca2778ff2d0c8bd91050
|
3 |
+
size 5752
|