Training in progress, epoch 4
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -23,11 +23,11 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"fc1",
|
27 |
-
"k_proj",
|
28 |
"fc2",
|
29 |
"q_proj",
|
30 |
"v_proj",
|
|
|
|
|
31 |
"out_proj"
|
32 |
],
|
33 |
"task_type": null,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
26 |
"fc2",
|
27 |
"q_proj",
|
28 |
"v_proj",
|
29 |
+
"k_proj",
|
30 |
+
"fc1",
|
31 |
"out_proj"
|
32 |
],
|
33 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 234511224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e58836ece8d23b9c7b6b4cb485a8a9cca3c97af918fdbf539124e7d2bb220be
|
3 |
size 234511224
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea5a437afd5e80febdb4125209e55dedb21f2fc47c3004950557477a2ff90a39
|
3 |
size 5240
|