quin210 commited on
Commit
694e17a
·
verified ·
1 Parent(s): a6b1409

Upload Qwen3ForCausalLM

Browse files
Files changed (2) hide show
  1. adapter_config.json +5 -5
  2. generation_config.json +13 -0
adapter_config.json CHANGED
@@ -29,13 +29,13 @@
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
- "up_proj",
33
- "k_proj",
34
  "o_proj",
35
- "q_proj",
36
  "v_proj",
37
- "down_proj",
38
- "gate_proj"
 
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
 
29
  "rank_pattern": {},
30
  "revision": null,
31
  "target_modules": [
32
+ "down_proj",
 
33
  "o_proj",
34
+ "gate_proj",
35
  "v_proj",
36
+ "up_proj",
37
+ "q_proj",
38
+ "k_proj"
39
  ],
40
  "target_parameters": null,
41
  "task_type": "CAUSAL_LM",
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "temperature": 0.6,
10
+ "top_k": 20,
11
+ "top_p": 0.95,
12
+ "transformers_version": "5.0.0"
13
+ }