chanind commited on
Commit
ef1a360
·
verified ·
1 Parent(s): 3801632

Upload SyntheticModel misc/hierarchy-1024-8-1l-me-1.0-l0-36-4kl0-25

Browse files
misc/hierarchy-1024-8-1l-me-1.0-l0-36-4kl0-25/hierarchy.json ADDED
The diff for this file is too large to render. See raw diff
 
misc/hierarchy-1024-8-1l-me-1.0-l0-36-4kl0-25/synthetic_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:860386078717b6bc8e59361c194a3bd303eed7ee0035cb3d97bc0dc514165990
3
+ size 52104608
misc/hierarchy-1024-8-1l-me-1.0-l0-36-4kl0-25/synthetic_model_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_features": 16384,
3
+ "hidden_dim": 768,
4
+ "firing_probability": {
5
+ "exponent": 0.57,
6
+ "max_prob": 0.4,
7
+ "min_prob": 0.0005,
8
+ "generator_name": "zipfian"
9
+ },
10
+ "hierarchy": {
11
+ "total_root_nodes": 1024,
12
+ "branching_factor": 8,
13
+ "max_depth": 1,
14
+ "mutually_exclusive_portion": 1.0,
15
+ "mutually_exclusive_min_depth": 0,
16
+ "mutually_exclusive_max_depth": null,
17
+ "compensate_probabilities": true,
18
+ "scale_children_by_parent": true
19
+ },
20
+ "orthogonalization": {
21
+ "num_steps": 1,
22
+ "lr": 0.0003,
23
+ "chunk_size": 1024
24
+ },
25
+ "correlation": {
26
+ "rank": 25,
27
+ "correlation_scale": 0.1,
28
+ "seed": null
29
+ },
30
+ "std_firing_magnitudes": {
31
+ "mean": 0.5,
32
+ "std": 0.5,
33
+ "min_value": null,
34
+ "max_value": null,
35
+ "generator_name": "folded_normal"
36
+ },
37
+ "mean_firing_magnitudes": {
38
+ "start": 5.0,
39
+ "end": 4.0,
40
+ "generator_name": "linear"
41
+ },
42
+ "bias": 0.5,
43
+ "dtype": "float32",
44
+ "seed": 42
45
+ }