amewebstudio commited on
Commit
8b1bb53
·
verified ·
1 Parent(s): 7871330

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +30 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50000,
3
+ "dim": 512,
4
+ "n_layers": 8,
5
+ "n_heads": 8,
6
+ "max_seq_len": 384,
7
+ "channel_top_k": 128,
8
+ "token_top_k": 48,
9
+ "ffn_mult": 4,
10
+ "mem_dim": 128,
11
+ "mem_size": 15000,
12
+ "mem_k": 8,
13
+ "mem_threshold": 0.4,
14
+ "n_neuron_types": 7,
15
+ "stem_plasticity": 0.02,
16
+ "reversion_rate": 0.01,
17
+ "min_stem_ratio": 0.1,
18
+ "inhibition_strength": 0.08,
19
+ "modulation_strength": 0.1,
20
+ "excitation_strength": 0.3,
21
+ "dropout": 0.1,
22
+ "batch_size": 10,
23
+ "lr": 0.00025,
24
+ "max_steps": 5000,
25
+ "warmup": 1000,
26
+ "log_every": 100,
27
+ "eval_every": 1000,
28
+ "pad_id": 0,
29
+ "eos_id": 2
30
+ }