File size: 264 Bytes
46c8f97
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "vocab_size": 10000,
  "dim": 1536,
  "num_layers": 6,
  "num_heads": 8,
  "max_recursion": 4,
  "num_experts": 4,
  "ffn_expansion": 4,
  "max_position_embeddings": 2048,
  "model_type": "MoR",
  "architecture": "MixtureOfRecursions",
  "hidden_act": "gelu"
}