chanind commited on
Commit
ec2c0ac
·
verified ·
1 Parent(s): b302de1

Upload SyntheticModel misc/hierarchy-128-128-me-1.0-l0-40-4kl0-25

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