SaminSkyfall commited on
Commit
6c9b3d3
·
verified ·
1 Parent(s): aba2b50

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -24,13 +24,13 @@
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
27
- "gate_proj",
28
  "up_proj",
 
29
  "o_proj",
30
- "q_proj",
31
  "down_proj",
32
  "k_proj",
33
- "v_proj"
 
34
  ],
35
  "task_type": "CAUSAL_LM",
36
  "trainable_token_indices": null,
 
24
  "rank_pattern": {},
25
  "revision": null,
26
  "target_modules": [
 
27
  "up_proj",
28
+ "v_proj",
29
  "o_proj",
 
30
  "down_proj",
31
  "k_proj",
32
+ "q_proj",
33
+ "gate_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:9f5c1efe03debfab4d72231305a8225462c3ba6f0ac4fbc937a16eea53eb773e
3
  size 80792456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a062a62b2c1d0d0733416ec3db7dbc139d5a0f7241a41ac0b548e778aec21f9c
3
  size 80792456
config.json CHANGED
@@ -1,36 +1,31 @@
1
  {
2
  "architectures": [
3
- "Phi3ForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
- "auto_map": {
8
- "AutoConfig": "microsoft/Phi-3-mini-4k-instruct--configuration_phi3.Phi3Config",
9
- "AutoModelForCausalLM": "microsoft/Phi-3-mini-4k-instruct--modeling_phi3.Phi3ForCausalLM"
10
- },
11
- "bos_token_id": 1,
12
- "embd_pdrop": 0.0,
13
- "eos_token_id": 32000,
14
  "hidden_act": "silu",
15
- "hidden_size": 3072,
16
  "initializer_range": 0.02,
17
- "intermediate_size": 8192,
18
- "max_position_embeddings": 4096,
19
- "model_type": "phi3",
20
- "num_attention_heads": 32,
21
- "num_hidden_layers": 32,
22
- "num_key_value_heads": 32,
23
- "original_max_position_embeddings": 4096,
24
- "pad_token_id": 32000,
25
- "partial_rotary_factor": 1.0,
26
- "resid_pdrop": 0.0,
27
- "rms_norm_eps": 1e-05,
28
  "rope_scaling": null,
29
- "rope_theta": 10000.0,
30
- "sliding_window": 2047,
31
- "tie_word_embeddings": false,
32
  "torch_dtype": "float32",
33
  "transformers_version": "4.51.3",
34
  "use_cache": true,
35
- "vocab_size": 32064
 
36
  }
 
1
  {
2
  "architectures": [
3
+ "Qwen3ForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "head_dim": 128,
 
 
 
 
10
  "hidden_act": "silu",
11
+ "hidden_size": 1024,
12
  "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "max_position_embeddings": 40960,
15
+ "max_window_layers": 28,
16
+ "model_type": "qwen3",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 28,
19
+ "num_key_value_heads": 8,
20
+ "pad_token_id": 151643,
21
+ "rms_norm_eps": 1e-06,
 
 
22
  "rope_scaling": null,
23
+ "rope_theta": 1000000,
24
+ "sliding_window": null,
25
+ "tie_word_embeddings": true,
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.51.3",
28
  "use_cache": true,
29
+ "use_sliding_window": false,
30
+ "vocab_size": 151936
31
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:185aaed5b2c443acb22ff89d1c8491be5a70912edeef68cf3222edf1609e59dc
3
  size 2384234968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83936892210c3f2bb5d1c76118aa98f6c70c255f9c72f434924b1450a905a558
3
  size 2384234968
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:945bb08df17e6c8cf21b4a4c6fa73fdff9ad0bd27cd2aef359c91f2caea5514f
3
  size 6033
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc947399dcd680bf8b06b3d76a5c6a23f124141676353a0c105919a191a2a220
3
  size 6033