Upload model
Browse files- README.md +4 -4
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
license: cc-by-nc-sa-4.0
|
9 |
---
|
10 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
+
- japanese
|
5 |
+
- instruction-following
|
6 |
+
- lora
|
7 |
+
- causal-lm
|
8 |
license: cc-by-nc-sa-4.0
|
9 |
---
|
10 |
|
adapter_config.json
CHANGED
@@ -23,13 +23,13 @@
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
26 |
-
"o_proj",
|
27 |
-
"up_proj",
|
28 |
-
"down_proj",
|
29 |
-
"q_proj",
|
30 |
"gate_proj",
|
|
|
31 |
"k_proj",
|
32 |
-
"v_proj"
|
|
|
|
|
|
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
|
|
23 |
"rank_pattern": {},
|
24 |
"revision": null,
|
25 |
"target_modules": [
|
|
|
|
|
|
|
|
|
26 |
"gate_proj",
|
27 |
+
"q_proj",
|
28 |
"k_proj",
|
29 |
+
"v_proj",
|
30 |
+
"o_proj",
|
31 |
+
"down_proj",
|
32 |
+
"up_proj"
|
33 |
],
|
34 |
"task_type": "CAUSAL_LM",
|
35 |
"use_dora": false,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 250422888
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a410ace8be393185e73f6164608c42476d7488c41d884fa4a98ae29bb371eef
|
3 |
size 250422888
|