File size: 692 Bytes
ab50536
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "apply_qk_norm": true,
  "architectures": [
    "OpenLMForCausalLM"
  ],
  "attn_func": "xformers_attn",
  "attn_name": "xformers_attn",
  "dim": 128,
  "ffn_type": "swiglu",
  "model_type": "openlm",
  "moe_capacity_factor": 1.25,
  "moe_expert_model_parallelism": false,
  "moe_freq": 0,
  "moe_loss_weight": 0.1,
  "moe_num_experts": null,
  "moe_top_k": 2,
  "moe_weight_parallelism": false,
  "n_heads": 4,
  "n_layers": 4,
  "norm_eps": 1e-05,
  "norm_type": "default_layer_norm",
  "positional_embedding_type": "rotary",
  "post_embed_norm": false,
  "seq_len": 2048,
  "torch_dtype": "float32",
  "transformers_version": "4.49.0",
  "vocab_size": 50432,
  "weight_tying": false
}