πŸ“„ Augment Whitespace Model InputΒΆ

Note

ID: augmentors.augment_whitespace_model_input | Type: AugmentWhitespace

{
    "__type__": "augment_whitespace",
    "augment_model_input": true
}

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.