deltawi commited on
Commit
1c52f8c
1 Parent(s): 7a55161

Upload Qwen2ForCausalLM

Browse files
Files changed (2) hide show
  1. adapter_config.json +4 -4
  2. generation_config.json +11 -0
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "revision": null,
21
  "target_modules": [
22
  "k_proj",
23
- "v_proj",
24
  "q_proj",
25
- "up_proj",
26
- "o_proj",
27
  "down_proj",
28
- "gate_proj"
 
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
 
20
  "revision": null,
21
  "target_modules": [
22
  "k_proj",
 
23
  "q_proj",
24
+ "gate_proj",
25
+ "v_proj",
26
  "down_proj",
27
+ "o_proj",
28
+ "up_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_rslora": false
generation_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "repetition_penalty": 1.1,
9
+ "top_p": 0.8,
10
+ "transformers_version": "4.37.2"
11
+ }