Training in progress, step 20
Browse files- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -24,10 +24,10 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
27 |
"dense_4h_to_h",
|
28 |
-
"dense_h_to_4h",
|
29 |
"query_key_value",
|
30 |
-
"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
+
"dense",
|
28 |
"dense_4h_to_h",
|
|
|
29 |
"query_key_value",
|
30 |
+
"dense_h_to_4h"
|
31 |
],
|
32 |
"task_type": "CAUSAL_LM",
|
33 |
"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 261131840
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:347dc12a72e81cdd2a1396de49a9b1d5871134afd810a20dc4ae5d22e6f3c09a
|
3 |
size 261131840
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5688
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ec4eb31ccf054fcb4a35bf57b0ba442748436dbe7159144549039121e3168a8
|
3 |
size 5688
|