Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
"seed": 42,
|
| 9 |
"activation_dim": 1024,
|
| 10 |
"dict_size": 8192,
|
| 11 |
-
"sparsity_rate":
|
| 12 |
"device": "cuda",
|
| 13 |
"layer": 3,
|
| 14 |
"lm_name": "EleutherAI/pythia-410m-deduped",
|
|
|
|
| 8 |
"seed": 42,
|
| 9 |
"activation_dim": 1024,
|
| 10 |
"dict_size": 8192,
|
| 11 |
+
"sparsity_rate": 5e-06,
|
| 12 |
"device": "cuda",
|
| 13 |
"layer": 3,
|
| 14 |
"lm_name": "EleutherAI/pythia-410m-deduped",
|