ridger commited on
Commit
aa69146
·
verified ·
1 Parent(s): 467152e

Upload config.json with huggingface_hub

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