Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25 |
"config_name": "config.json",
|
26 |
"load_from_transformers": true,
|
27 |
"pytorch_dump_folder_path": "./model_save",
|
28 |
-
"pytorch_model_bin_name": "
|
29 |
},
|
30 |
"layer_norm_epsilon": 1e-05,
|
31 |
"lstm_hidden_dim": 2048,
|
|
|
25 |
"config_name": "config.json",
|
26 |
"load_from_transformers": true,
|
27 |
"pytorch_dump_folder_path": "./model_save",
|
28 |
+
"pytorch_model_bin_name": "tf_model.h5"
|
29 |
},
|
30 |
"layer_norm_epsilon": 1e-05,
|
31 |
"lstm_hidden_dim": 2048,
|