DeepDream2045
commited on
Commit
•
42c15ff
1
Parent(s):
5661842
Training in progress, step 25
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -20,11 +20,11 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"dense",
|
24 |
-
"fc2",
|
25 |
"q_proj",
|
|
|
26 |
"v_proj",
|
27 |
"k_proj",
|
|
|
28 |
"fc1"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
|
|
|
|
23 |
"q_proj",
|
24 |
+
"dense",
|
25 |
"v_proj",
|
26 |
"k_proj",
|
27 |
+
"fc2",
|
28 |
"fc1"
|
29 |
],
|
30 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 237402
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c0bff069eccbcc3f252ace5c4116139501f4e6e8ef3fe15020dfea281dc4a02
|
3 |
size 237402
|
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:2f84aa723924298c428cfc079f9bc73e01baed2fb1275230b50fa001c00d4943
|
3 |
size 6776
|