lordspline commited on
Commit
ff464c2
1 Parent(s): 6cf3e49

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Qwen/Qwen2-0.5B-Instruct",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
@@ -14,7 +14,7 @@
14
  "max_window_layers": 24,
15
  "model_type": "qwen2",
16
  "num_attention_heads": 14,
17
- "num_hidden_layers": 24,
18
  "num_key_value_heads": 2,
19
  "rms_norm_eps": 1e-06,
20
  "rope_theta": 1000000.0,
 
1
  {
2
+ "_name_or_path": "lordspline/qwen-pruned-360m",
3
  "architectures": [
4
  "Qwen2ForCausalLM"
5
  ],
 
14
  "max_window_layers": 24,
15
  "model_type": "qwen2",
16
  "num_attention_heads": 14,
17
+ "num_hidden_layers": 15,
18
  "num_key_value_heads": 2,
19
  "rms_norm_eps": 1e-06,
20
  "rope_theta": 1000000.0,