πŸ“„ augment_whitespace_task_inputΒΆ

Note

ID: augmentors.augment_whitespace_task_input | Type: AugmentWhitespace

{
    "augment_task_input": true,
    "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.