Elfsong commited on
Commit
568a4ed
·
verified ·
1 Parent(s): 6ec1993

Upload Qwen2ForCausalLM

Browse files
Files changed (2) hide show
  1. adapter_config.json +3 -3
  2. generation_config.json +14 -0
adapter_config.json CHANGED
@@ -24,12 +24,12 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "q_proj",
28
- "gate_proj",
29
- "down_proj",
30
  "up_proj",
 
31
  "o_proj",
 
32
  "v_proj",
 
33
  "k_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
 
 
27
  "up_proj",
28
+ "gate_proj",
29
  "o_proj",
30
+ "down_proj",
31
  "v_proj",
32
+ "q_proj",
33
  "k_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "repetition_penalty": 1.05,
10
+ "temperature": 0.7,
11
+ "top_k": 20,
12
+ "top_p": 0.8,
13
+ "transformers_version": "4.51.1"
14
+ }