chanind commited on
Commit
c33db81
·
verified ·
1 Parent(s): 198f2f1

Upload SyntheticModel superposition/d-1536

Browse files
superposition/d-1536/hierarchy.json ADDED
The diff for this file is too large to render. See raw diff
 
superposition/d-1536/synthetic_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16b704748575a6966e11b6487e8ef24e2be4cd0295eaff5a0c6c7e8c86e8469a
3
+ size 102439336
superposition/d-1536/synthetic_model_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_features": 16384,
3
+ "hidden_dim": 1536,
4
+ "firing_probability": {
5
+ "exponent": 0.5,
6
+ "max_prob": 0.4,
7
+ "min_prob": 0.0005,
8
+ "generator_name": "zipfian"
9
+ },
10
+ "hierarchy": {
11
+ "total_root_nodes": 128,
12
+ "branching_factor": 4,
13
+ "max_depth": 3,
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": false
19
+ },
20
+ "orthogonalization": {
21
+ "num_steps": 100,
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
+ }