contextual_augmentation icon indicating copy to clipboard operation
contextual_augmentation copied to clipboard

Contextual augmentation, a text data augmentation using a bidirectional language model.

Results 3 contextual_augmentation issues
Sort by recently updated
recently updated
newest added

Hello, I want to perform contextual augmentation on a CSV file where my data having various lines is present. Can I use CSV directly for the same?

hello, is it possible to use your model for french data for augmentation ?

Hi, I guess LM to generate words for augmentation is one, and text clf model is another, and thus LM model's parameters cannot applied to text clf model. Am I...