cofos / config.json
ameforge's picture
Upload config.json with huggingface_hub
1494162 verified
raw
history blame contribute delete
886 Bytes
{
"vocab_size": 16384,
"dim": 384,
"n_layers": 8,
"n_heads": 8,
"max_seq_len": 512,
"channel_top_k": 128,
"token_top_k": 96,
"ffn_mult": 4,
"mem_dim": 128,
"mem_size": 20000,
"mem_k": 8,
"mem_threshold": 0.4,
"memory_layers": [
2,
5
],
"use_memory": true,
"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.1,
"batch_size": 24,
"lr": 0.0003,
"max_steps": 8000,
"warmup": 800,
"log_every": 100,
"eval_every": 500,
"patience": 8,
"use_diversity": true,
"pad_id": 0,
"eos_id": 2,
"unk_id": 3,
"architecture": "SparseMind",
"model_name": "Cofos Code"
}