File size: 860 Bytes
6db4d44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
31
32
{
  "architectures": ["MambaSwarmForCausalLM"],
  "auto_map": {
    "AutoConfig": "configuration_mamba_swarm.MambaSwarmConfig",
    "AutoModelForCausalLM": "modeling_mamba_swarm.MambaSwarmForCausalLM"
  },
  "model_type": "mamba_swarm",
  "num_mamba_encoders": 5,
  "max_mamba_encoders": 1000,
  "d_model": 768,
  "d_state": 16,
  "d_conv": 4,
  "expand_factor": 2,
  "vocab_size": 50257,
  "max_sequence_length": 2048,
  "pad_token_id": 50256,
  "bos_token_id": 50256,
  "eos_token_id": 50256,
  "tie_word_embeddings": false,
  "torch_dtype": "float16",
  "transformers_version": "4.36.0",
  "use_cache": true,
  "gating_config": {
    "gating_type": "learned",
    "top_k": 2,
    "load_balancing_loss_coef": 0.01
  },
  "routing_config": {
    "routing_strategy": "dynamic",
    "aggregation_method": "weighted_average"
  }
}