from local

This commit is contained in:
dohe0342 2023-04-06 22:22:13 +09:00
parent ff1ad01500
commit 3f73aed5e1
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class FairSeqData2VecEncoder(EncoderInterface):
model.mask_prob = 0.65
model.mask_channel_prob = 0.5
model.mask_channel_length = 64
model.activation_dropout = 0.1
#model.activation_dropout = 0.1
self.encoders = model
self.pretrained_params = copy.deepcopy(model.state_dict())