sino commited on
Commit
823fb9e
1 Parent(s): 68c85ec

Update configuration_maelm.py

Browse files
Files changed (1) hide show
  1. 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
- AutoConfig.register("MAELM", MAELMConfig)
 
128
  self.resume_from_checkpoint = resume_from_checkpoint
129
  self.resume_from_pth = resume_from_pth
130
 
131
+ super.__init__(**kwargs)