rename class in __init__
This commit is contained in:
@@ -1449,7 +1449,7 @@ class Bert2Rnd(BertPreTrainedModel):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, config):
|
def __init__(self, config):
|
||||||
super(Bert2Bert, self).__init__(config)
|
super(Bert2Rnd, self).__init__(config)
|
||||||
self.encoder = BertModel(config)
|
self.encoder = BertModel(config)
|
||||||
self.decoder = BertDecoderModel(config)
|
self.decoder = BertDecoderModel(config)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user