MCPcopy Create free account
hub / github.com/apple/axlearn / test_normalize

Route test_normalize

axlearn/common/input_text_test.py:None–None  ·  view source on GitHub ↗
parameterized.parameters(
        dict(
            normalizer=config_for_function(input_text.roberta_normalize).set(cased=False),
            expected=["ah博推zz \thello!how  \n are you?"],
        ),

Source from the content-addressed store, hash-verified

1# Copyright © 2023 Apple Inc.
2
3"""Tests text input processing."""
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected