Skip to content

Instantly share code, notes, and snippets.

@sam-writer
Created October 3, 2019 00:40
Show Gist options
  • Save sam-writer/f2ae83261b7a11879caed15a8a1fe70e to your computer and use it in GitHub Desktop.
Save sam-writer/f2ae83261b7a11879caed15a8a1fe70e to your computer and use it in GitHub Desktop.
fitbert-fitb_mask.py
unmasked_string = "Why Bert, you're looks handsome today!"
span_to_mask = (17, 22)
filled_in = fb.mask_fitb(unmasked_string, span_to_mask)
# >>> "Why Bert, you're looking handsome today!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment