ridger commited on
Commit
7751f1f
·
verified ·
1 Parent(s): 1e56eaf

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +50 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/mnt/bn/ridger1/flame/configs/DeltaNet/deltanet_1.3B_6.json",
3
+ "architectures": [
4
+ "DeltaNetForCausalLM"
5
+ ],
6
+ "attn": {
7
+ "layers": [
8
+ 6,
9
+ 11,
10
+ 17,
11
+ 23
12
+ ],
13
+ "num_heads": 16,
14
+ "num_kv_heads": 8,
15
+ "qkv_bias": false,
16
+ "rope_theta": 10000.0,
17
+ "window_size": null
18
+ },
19
+ "attn_mode": "chunk",
20
+ "bos_token_id": 1,
21
+ "conv_size": 4,
22
+ "eos_token_id": 2,
23
+ "expand_k": 1,
24
+ "expand_v": 1,
25
+ "fuse_cross_entropy": true,
26
+ "fuse_norm": true,
27
+ "fuse_swiglu": true,
28
+ "hidden_act": "swish",
29
+ "hidden_ratio": 4,
30
+ "hidden_size": 2048,
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": null,
33
+ "max_position_embeddings": 2048,
34
+ "model_type": "delta_net",
35
+ "norm_eps": 1e-06,
36
+ "norm_first": false,
37
+ "num_heads": 8,
38
+ "num_hidden_layers": 24,
39
+ "qk_activation": "silu",
40
+ "qk_norm": "l2",
41
+ "tie_word_embeddings": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.49.0",
44
+ "use_beta": true,
45
+ "use_cache": true,
46
+ "use_gate": false,
47
+ "use_output_norm": true,
48
+ "use_short_conv": true,
49
+ "vocab_size": 32000
50
+ }