sino
commited on
Commit
·
823fb9e
1
Parent(s):
68c85ec
Update configuration_maelm.py
Browse files- configuration_maelm.py +1 -1
configuration_maelm.py
CHANGED
@@ -128,4 +128,4 @@ class MAELMConfig(PretrainedConfig):
|
|
128 |
self.resume_from_checkpoint = resume_from_checkpoint
|
129 |
self.resume_from_pth = resume_from_pth
|
130 |
|
131 |
-
|
|
|
128 |
self.resume_from_checkpoint = resume_from_checkpoint
|
129 |
self.resume_from_pth = resume_from_pth
|
130 |
|
131 |
+
super.__init__(**kwargs)
|