aigencydev commited on
Commit
48bfc97
·
verified ·
1 Parent(s): 71edddd

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "erk-linear-hybrid",
3
+ "base_model": "ecloudtech/Erk-14B",
4
+ "architecture": "Qwen3-14B tabanli hibrit; 8/40 dikkat katmani Gated DeltaNet (%20 lineer)",
5
+ "hidden_size": 5120,
6
+ "num_hidden_layers": 40,
7
+ "gdn_layers": [1, 3, 5, 7, 10, 36, 38, 39],
8
+ "linear_ratio": 0.20,
9
+ "gdn_config": {"head_dim": 128, "num_heads": 40, "use_gate": true, "use_short_conv": true, "mode": "chunk"},
10
+ "load_fn": "modeling_erk_linear.load_erk_linear",
11
+ "requires": ["transformers", "flash-linear-attention", "safetensors", "huggingface_hub"]
12
+ }