def zero_fn()

in sparse_autoencoder/explanations.py [0:0]


    def zero_fn(tokens: list[list[float]]) -> list[list[float]]:
        return [[0.0 for tok in toks] for toks in tokens]