Update configuration_markupdm.py
Browse files
configuration_markupdm.py
CHANGED
|
@@ -9,6 +9,7 @@ logger = logging.get_logger(__name__)
|
|
| 9 |
class MarkupDMConfig(PretrainedConfig):
|
| 10 |
model_type = "markupdm"
|
| 11 |
is_composition = True
|
|
|
|
| 12 |
|
| 13 |
def __init__(
|
| 14 |
self,
|
|
|
|
| 9 |
class MarkupDMConfig(PretrainedConfig):
|
| 10 |
model_type = "markupdm"
|
| 11 |
is_composition = True
|
| 12 |
+
has_no_defaults_at_init = True
|
| 13 |
|
| 14 |
def __init__(
|
| 15 |
self,
|