jq commited on
Commit
f0be792
·
verified ·
1 Parent(s): a76e57c

Upload Qwen3ForCausalLM

Browse files
adapter_config.json CHANGED
@@ -20,17 +20,17 @@
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
- "r": 8,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "v_proj",
28
  "k_proj",
29
  "q_proj",
30
  "gate_proj",
31
- "down_proj",
32
  "o_proj",
33
- "up_proj"
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "r": 16,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "k_proj",
28
  "q_proj",
29
  "gate_proj",
30
+ "up_proj",
31
  "o_proj",
32
+ "v_proj",
33
+ "down_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:71c6c272f8c8e129e757f1e82fae8134fdf811b68130a35a119ed7f3919ca0ff
3
- size 64299832
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1399bb884fc294a695d3aba6b9f42c16f408c48d4f1f41352ca824c347dc182
3
+ size 128526016
generation_config.json CHANGED
@@ -9,5 +9,5 @@
9
  "temperature": 0.6,
10
  "top_k": 20,
11
  "top_p": 0.95,
12
- "transformers_version": "4.51.3"
13
  }
 
9
  "temperature": 0.6,
10
  "top_k": 20,
11
  "top_p": 0.95,
12
+ "transformers_version": "4.52.3"
13
  }