contextual_augmentation
contextual_augmentation copied to clipboard
Contextual augmentation, a text data augmentation using a bidirectional language model.
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...