File size: 886 Bytes
cd3aadc
595cd8c
 
 
cd3aadc
595cd8c
 
 
cd3aadc
 
595cd8c
cd3aadc
 
 
 
 
 
1494162
cd3aadc
 
 
 
 
 
 
 
 
 
 
 
595cd8c
cd3aadc
81d6a79
595cd8c
cd3aadc
 
595cd8c
cd3aadc
 
 
595cd8c
cd3aadc
 
 
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
33
34
35
36
37
38
39
40
41
42
43
44
{
  "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"
}