ameforge commited on
Commit
76300d7
·
verified ·
1 Parent(s): cb582d2

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +40 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 682,
3
+ "dim": 256,
4
+ "n_layers": 6,
5
+ "n_heads": 8,
6
+ "max_seq_len": 256,
7
+ "channel_top_k": 96,
8
+ "token_top_k": 48,
9
+ "ffn_mult": 4,
10
+ "mem_dim": 128,
11
+ "mem_size": 4000,
12
+ "mem_k": 8,
13
+ "mem_threshold": 0.4,
14
+ "n_neuron_types": 7,
15
+ "target_stem_ratio": 0.1,
16
+ "min_stem_ratio": 0.08,
17
+ "stem_plasticity": 0.012,
18
+ "reversion_rate": 0.012,
19
+ "min_age_before_revert": 8,
20
+ "update_interval": 10,
21
+ "baseline_revert_ratio": 0.5,
22
+ "inhibition_strength": 0.08,
23
+ "modulation_strength": 0.1,
24
+ "excitation_strength": 0.3,
25
+ "dropout": 0.15,
26
+ "batch_size": 32,
27
+ "lr": 0.0003,
28
+ "max_steps": 3000,
29
+ "warmup": 300,
30
+ "log_every": 100,
31
+ "eval_every": 250,
32
+ "patience": 4,
33
+ "use_memory": false,
34
+ "use_diversity": false,
35
+ "pad_id": 0,
36
+ "eos_id": 2,
37
+ "architecture": "SparseMind",
38
+ "model_name": "GearCut Editor",
39
+ "version": "v1-editor"
40
+ }