ridger commited on
Commit
99b12c8
·
verified ·
1 Parent(s): 6f1fa80

Upload config.json with huggingface_hub

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