πŸ“„ Augment Whitespace Model InputΒΆ

Note

ID: augmentors.augment_whitespace_model_input | Type: ModelInputAugmentor

{
    "__type__": "model_input_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.