chanind commited on
Commit
96c54ec
·
verified ·
1 Parent(s): b6c0b6f

Upload SyntheticModel relative-firing-probability/rel-p-1.5

Browse files
relative-firing-probability/rel-p-1.5/hierarchy.json ADDED
The diff for this file is too large to render. See raw diff
 
relative-firing-probability/rel-p-1.5/synthetic_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec9c3a2a9203b93c83d814e1a0c175d608ac60eae2515ab1fa8040170df7cff
3
+ size 52104608
relative-firing-probability/rel-p-1.5/synthetic_model_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_features": 16384,
3
+ "hidden_dim": 768,
4
+ "firing_probability": {
5
+ "exponent": 0.5,
6
+ "max_prob": 0.6000000000000001,
7
+ "min_prob": 0.00075,
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
+ }