Unseen1980 commited on
Commit
2fb1b22
·
verified ·
1 Parent(s): 5e9572f

base config.json

Browse files
Files changed (1) hide show
  1. hf/base/config.json +53 -0
hf/base/config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Lfm2ForCausalLM"
4
+ ],
5
+ "block_auto_adjust_ff_dim": false,
6
+ "block_ffn_dim_multiplier": 1.0,
7
+ "block_multiple_of": 256,
8
+ "bos_token_id": 0,
9
+ "conv_L_cache": 3,
10
+ "conv_bias": false,
11
+ "dtype": "float16",
12
+ "eos_token_id": 0,
13
+ "full_attn_idxs": null,
14
+ "head_dim": 64,
15
+ "hidden_size": 768,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 2048,
18
+ "layer_types": [
19
+ "conv",
20
+ "conv",
21
+ "conv",
22
+ "conv",
23
+ "full_attention",
24
+ "conv",
25
+ "conv",
26
+ "full_attention",
27
+ "conv",
28
+ "full_attention",
29
+ "conv",
30
+ "full_attention",
31
+ "conv",
32
+ "full_attention",
33
+ "conv",
34
+ "conv",
35
+ "full_attention",
36
+ "conv"
37
+ ],
38
+ "max_position_embeddings": 2048,
39
+ "model_type": "lfm2",
40
+ "norm_eps": 1e-05,
41
+ "num_attention_heads": 12,
42
+ "num_hidden_layers": 18,
43
+ "num_key_value_heads": 4,
44
+ "pad_token_id": 0,
45
+ "rope_parameters": {
46
+ "rope_theta": 1000000.0,
47
+ "rope_type": "default"
48
+ },
49
+ "tie_word_embeddings": true,
50
+ "transformers_version": "5.15.0",
51
+ "use_cache": true,
52
+ "vocab_size": 49152
53
+ }