Skip to content

Commit

Permalink
fix the mlm longformer example by changing [MASK] to <mask> (huggingf…
Browse files Browse the repository at this point in the history
  • Loading branch information
fredo838 authored and Iwontbecreative committed Jul 15, 2021
1 parent 7a5d822 commit 62ab558
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2082,6 +2082,7 @@ def get_prefix_bias_name(self):
checkpoint=_CHECKPOINT_FOR_DOC,
output_type=TFLongformerMaskedLMOutput,
config_class=_CONFIG_FOR_DOC,
mask="<mask>",
)
def call(
self,
Expand Down

0 comments on commit 62ab558

Please sign in to comment.