ayjays132 commited on
Commit
06ad45a
1 Parent(s): 6919601

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -25,7 +25,7 @@
25
  "max_neurons": 250000,
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,
 
25
  "max_neurons": 250000,
26
  "max_sequence_length": 200,
27
  "min_epochs_before_growth": 5,
28
+ "model_filename": "pytorch_model.bin",
29
  "model_type": "dynamic_neural_network",
30
  "num_embeddings": 25000,
31
  "pruning_improvement_threshold": 0.005,