Update configuration_markupdm.py
Browse files
configuration_markupdm.py
CHANGED
|
@@ -62,4 +62,5 @@ class MarkupDMConfig(PretrainedConfig):
|
|
| 62 |
|
| 63 |
# Update config
|
| 64 |
self.initializer_range = self.text_model.initializer_range
|
|
|
|
| 65 |
self.is_decoder = True
|
|
|
|
| 62 |
|
| 63 |
# Update config
|
| 64 |
self.initializer_range = self.text_model.initializer_range
|
| 65 |
+
self.num_hidden_layers = self.text_model.num_hidden_layers
|
| 66 |
self.is_decoder = True
|