cofos_logo_v2 / config.json
ameforge's picture
Upload config.json with huggingface_hub
e01e111 verified
Raw
History Blame Contribute Delete
915 Bytes
{
"vocab_size": 16384,
"dim": 1024,
"n_layers": 20,
"n_heads": 16,
"max_seq_len": 2048,
"channel_top_k": 320,
"token_top_k": 512,
"ffn_mult": 4,
"mem_dim": 128,
"mem_size": 20000,
"mem_k": 8,
"mem_threshold": 0.4,
"memory_layers": [
2,
5
],
"use_memory": false,
"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": 100,
"update_interval": 200,
"baseline_revert_ratio": 0.5,
"inhibition_strength": 0.08,
"modulation_strength": 0.1,
"excitation_strength": 0.3,
"dropout": 0.1,
"batch_size": 2,
"accum_steps": 8,
"lr": 1e-05,
"max_steps": 1500,
"warmup": 100,
"log_every": 25,
"eval_every": 150,
"patience": 8,
"use_diversity": true,
"pad_id": 0,
"eos_id": 2,
"unk_id": 3,
"architecture": "SparseMind",
"model_name": "Cofos Logo v2"
}