George Grigorev
commited on
Commit
•
434ab72
1
Parent(s):
762d8ed
Upload Qwen2ForCausalLM
Browse files- README.md +3 -3
- 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 |
- axolotl
|
5 |
-
license: apache-2.0
|
6 |
-
language:
|
7 |
-
- en
|
8 |
pipeline_tag: summarization
|
9 |
---
|
10 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- axolotl
|
|
|
|
|
|
|
8 |
pipeline_tag: summarization
|
9 |
---
|
10 |
|
adapter_config.json
CHANGED
@@ -20,13 +20,13 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"q_proj",
|
25 |
-
"down_proj",
|
26 |
-
"up_proj",
|
27 |
"k_proj",
|
|
|
|
|
28 |
"o_proj",
|
29 |
-
"
|
|
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"use_dora": false,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"v_proj",
|
|
|
|
|
|
|
24 |
"k_proj",
|
25 |
+
"down_proj",
|
26 |
+
"gate_proj",
|
27 |
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"up_proj"
|
30 |
],
|
31 |
"task_type": "CAUSAL_LM",
|
32 |
"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 147770496
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba63630d4e6988305137db035500c31f63b6fd1c2e93d3f96ee540297b2fdae4
|
3 |
size 147770496
|