foros / config.json
ameforge's picture
Upload config.json with huggingface_hub
37e6707 verified
raw
history blame contribute delete
947 Bytes
{
"vocab_size": 3000,
"dim": 256,
"n_layers": 6,
"n_heads": 8,
"max_seq_len": 384,
"channel_top_k": 96,
"token_top_k": 48,
"ffn_mult": 4,
"mem_dim": 128,
"mem_size": 4000,
"mem_k": 8,
"mem_threshold": 0.4,
"n_neuron_types": 7,
"target_stem_ratio": 0.1,
"min_stem_ratio": 0.08,
"stem_plasticity": 0.012,
"reversion_rate": 0.012,
"min_age_before_revert": 8,
"update_interval": 10,
"baseline_revert_ratio": 0.5,
"inhibition_strength": 0.08,
"modulation_strength": 0.1,
"excitation_strength": 0.3,
"dropout": 0.15,
"batch_size": 32,
"lr": 0.0003,
"max_steps": 5000,
"warmup": 500,
"log_every": 100,
"eval_every": 250,
"patience": 12,
"use_memory": false,
"use_diversity": true,
"pad_id": 0,
"eos_id": 2,
"architecture": "SparseMind",
"model_name": "Foros Robotics",
"version": "v1-robotics",
"organization": "AMEFORGE",
"hf_repo": "https://huggingface.co/AMFORGE/foros"
}