CasualSwarms / config.json
reaperdoesntknow's picture
Upload SwarmForCausalLM
c829626 verified
{
"B_compute": 1000000.0,
"B_energy": 100000.0,
"B_memory": 100000.0,
"K_thought_max": 12,
"anom_thresh": 0.75,
"architectures": [
"SwarmForCausalLM"
],
"attention_probs_dropout_prob": 0.0,
"attn_dim": 64,
"bos_token_id": 1,
"compute_per_agent": 2.0,
"compute_per_thought": 2.5,
"core_values": [
"truth",
"safety",
"efficiency"
],
"curiosity_strength": 0.45,
"curiosity_surprise_thresh": 0.08,
"dim_msg": 32,
"dim_obs": 48,
"dim_s": 512,
"dim_t": 64,
"drift_freeze_plastic": false,
"drift_thresh": 0.3,
"dtype": "float32",
"dwell_window": 30,
"early_stop_ratio": 0.02,
"ema_fast": 0.15,
"ema_slow": 0.002,
"energy_cost_per_agent": 0.25,
"energy_cost_per_thought": 0.3,
"eos_token_id": 2,
"episodic_topk": 10,
"goal_split_thresh": 0.8,
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"intermediate_size": 2048,
"max_agents": 10,
"max_goal_depth": 8,
"max_position_embeddings": 1024,
"memory_capacity": 4096,
"model_type": "swarm_agi",
"num_attention_heads": 12,
"num_hidden_layers": 14,
"pad_token_id": 0,
"replay_coef": 0.005,
"resource_mass_coef": 0.003,
"rollback_strength": 0.55,
"route_entropy_coef": 0.03,
"route_temp": 1.4,
"safety_agent_ids": [
0,
1
],
"semantic_ema": 0.995,
"stall_ratio": 0.98,
"swarm_hidden": 256,
"swarm_loss_weight": 0.1,
"topk_route": 3,
"transformers_version": "4.57.6",
"trust_lr": 0.08,
"trust_max": 5.0,
"trust_min": 0.02,
"vocab_size": 50291
}