rohit103 commited on
Commit
0e82c03
·
verified ·
1 Parent(s): 82373aa

Upload Qwen3ForCausalLM

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "google/gemma-2b-it",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
@@ -20,17 +20,17 @@
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
- "r": 64,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "q_proj",
28
- "gate_proj",
29
  "o_proj",
 
 
30
  "down_proj",
 
31
  "v_proj",
32
- "k_proj",
33
- "up_proj"
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-0.6B",
5
  "bias": "none",
6
  "corda_config": null,
7
  "eva_config": null,
 
20
  "megatron_core": "megatron.core",
21
  "modules_to_save": null,
22
  "peft_type": "LORA",
23
+ "r": 32,
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
 
27
  "o_proj",
28
+ "up_proj",
29
+ "q_proj",
30
  "down_proj",
31
+ "gate_proj",
32
  "v_proj",
33
+ "k_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:f0d83f190b8f0c396b58e954d9cc3f0e7bffffcaa8d3753c44c875253ea31415
3
- size 313820248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7d04cd01b506cec4a0d3d7b27cf238123718fb7746a48579f5bcafcb146b25b
3
+ size 80792456
generation_config.json CHANGED
@@ -1,7 +1,13 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 2,
4
- "eos_token_id": 1,
5
- "pad_token_id": 0,
6
- "transformers_version": "4.52.3"
 
 
 
 
 
 
7
  }
 
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": "4.57.1"
13
  }