tamo2-3yama/japanese-llm-1.7b-line-praise
Browse files- adapter_config.json +4 -4
- adapter_model.bin +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
@@ -16,12 +16,12 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
|
|
|
|
19 |
"lm_head",
|
20 |
"wte",
|
21 |
-
"
|
22 |
-
"c_attn",
|
23 |
-
"wpe",
|
24 |
-
"c_fc"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM"
|
27 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"c_fc",
|
20 |
+
"c_attn",
|
21 |
+
"c_proj",
|
22 |
"lm_head",
|
23 |
"wte",
|
24 |
+
"wpe"
|
|
|
|
|
|
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM"
|
27 |
}
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 255071394
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46743f7d9560a7c3ba77102d64726306db90f306471ac0aa45c1d94fa6b4fbaf
|
3 |
size 255071394
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e850723fa92bab8ae36fa603f2485240365eeba69fe3cadb8e4c3fe5c4a57528
|
3 |
size 4536
|