You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try augmenting the sentences of my dataset (using word augmenter with contextual embedding), for the case of action=substitute, the string [MASK] starts to appear for some augmentation tries. Do you know why is it the case?
The text was updated successfully, but these errors were encountered:
@makcedward I have given the following command: aug = naw. ContextualWordEmbsAug(model_path='distilbert-base-uncased', top_k=5, top_p=0.5, aug_p=0.4, action='substitute') generated_sents.append(aug.augment(input_sent, n=1))
If I try augmenting the sentences of my dataset (using word augmenter with contextual embedding), for the case of
action=substitute
, the string[MASK]
starts to appear for some augmentation tries. Do you know why is it the case?The text was updated successfully, but these errors were encountered: