Upload config.json with huggingface_hub
Browse files- config.json +1 -1
config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"input_shape": [[null, 100, 750], [null, 100, 750], [null, 100, 750], [null, 100, 750]], "output_shape": [null, 3], "num_layers": 67, "PositionalEncoding": "PositionalEncoding"}
|
|
|
1 |
+
{"input_shape": [[null, 100, 750], [null, 100, 750], [null, 100, 750], [null, 100, 750]], "output_shape": [null, 3], "num_layers": 67, "custom_objects": {"PositionalEncoding": "PositionalEncoding", "AttentionPooling1D": "AttentionPooling1D"}}
|