ridger commited on
Commit
af60c30
·
verified ·
1 Parent(s): b8c5862

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +39 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/mnt/bn/ridger1/flame/configs/GatedDeltaNet/gated_deltanet_340M.json",
3
+ "architectures": [
4
+ "GatedDeltaNetForCausalLM"
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
+ "head_dim": 256,
17
+ "hidden_act": "swish",
18
+ "hidden_ratio": 4,
19
+ "hidden_size": 1024,
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": null,
22
+ "max_position_embeddings": 2048,
23
+ "model_type": "gated_deltanet",
24
+ "norm_eps": 1e-06,
25
+ "norm_first": false,
26
+ "num_heads": 4,
27
+ "num_hidden_layers": 24,
28
+ "qk_activation": "silu",
29
+ "qk_norm": "l2",
30
+ "tie_word_embeddings": false,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.49.0",
33
+ "use_beta": true,
34
+ "use_cache": true,
35
+ "use_gate": true,
36
+ "use_output_norm": true,
37
+ "use_short_conv": true,
38
+ "vocab_size": 32000
39
+ }