charlieoneill
commited on
Commit
•
4a39d00
1
Parent(s):
8a336db
Upload config_layer_1.json with huggingface_hub
Browse files- config_layer_1.json +5 -5
config_layer_1.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
"layer": 1,
|
3 |
"model_type": "GatedSAE",
|
4 |
-
"n_batches":
|
5 |
"l1_coefficient": 1e-05,
|
6 |
"projection_up": 32,
|
7 |
"batch_size": 32,
|
8 |
"learning_rate": 0.001,
|
9 |
-
"test_loss": 0.
|
10 |
-
"reconstruction_error": 0.
|
11 |
-
"l0_loss":
|
12 |
-
"dead_neurons_percentage": 99.
|
13 |
}
|
|
|
1 |
{
|
2 |
"layer": 1,
|
3 |
"model_type": "GatedSAE",
|
4 |
+
"n_batches": 2000,
|
5 |
"l1_coefficient": 1e-05,
|
6 |
"projection_up": 32,
|
7 |
"batch_size": 32,
|
8 |
"learning_rate": 0.001,
|
9 |
+
"test_loss": 0.007931613316759466,
|
10 |
+
"reconstruction_error": 0.003926920494996012,
|
11 |
+
"l0_loss": 36.0088134765625,
|
12 |
+
"dead_neurons_percentage": 99.8291015625
|
13 |
}
|