π Augment Whitespace Task InputΒΆ
Note
ID: augmentors.augment_whitespace_task_input | Type: TaskInputsAugmentor
{
"__type__": "task_inputs_augmentor",
"operator": {
"__type__": "augment_whitespace"
}
}
Explanation about AugmentWhitespaceΒΆ
Augments the inputs by replacing existing whitespaces with other whitespaces.
Currently, each whitespace is replaced by a random choice of 1-3 whitespace characters (space, tab, newline).
Read more about catalog usage here.