charlieoneill
commited on
Commit
•
3db422b
1
Parent(s):
c36ac51
Upload config_layer_2.json with huggingface_hub
Browse files- config_layer_2.json +13 -0
config_layer_2.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"layer": 2,
|
3 |
+
"model_type": "GatedSAE",
|
4 |
+
"n_batches": 1000,
|
5 |
+
"l1_coefficient": 0.0001,
|
6 |
+
"projection_up": 32,
|
7 |
+
"batch_size": 32,
|
8 |
+
"learning_rate": 0.001,
|
9 |
+
"test_loss": 0.014889237005263567,
|
10 |
+
"reconstruction_error": 0.007428058329969645,
|
11 |
+
"l0_loss": 1.4399169921875,
|
12 |
+
"dead_neurons_percentage": 99.93489583333334
|
13 |
+
}
|