Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. unmasked_string = "Why Bert, you're looks handsome today!"
  2. span_to_mask = (17, 22)
  3.  
  4. filled_in = fb.mask_fitb(unmasked_string, span_to_mask)
  5. # >>> "Why Bert, you're looking handsome today!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement