Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"max_sequence_length": 200,
|
27 |
"min_epochs_before_growth": 5,
|
28 |
"model_filename": "dynamic_network.pth",
|
29 |
-
"model_type": "
|
30 |
"num_embeddings": 25000,
|
31 |
"pruning_improvement_threshold": 0.005,
|
32 |
"some_adaptation_rate": 0.05,
|
|
|
26 |
"max_sequence_length": 200,
|
27 |
"min_epochs_before_growth": 5,
|
28 |
"model_filename": "dynamic_network.pth",
|
29 |
+
"model_type": "dynamic_neural_network",
|
30 |
"num_embeddings": 25000,
|
31 |
"pruning_improvement_threshold": 0.005,
|
32 |
"some_adaptation_rate": 0.05,
|