--- license: mit pretty_name: dfz --- Contains maximum activating examples for all the features of our crosscoder trained on gemma 2 2B layer 13 available here: https://huggingface.co/Butanium/gemma-2-2b-crosscoder-l13-mu4.1e-02-lr1e-04/blob/main/README.md - `base_examples.pt` contains all the maximum examples of the feature on a subset of validation test of fineweb - `chat_examples.pt` is the same but for lmsys chat data - `chat_base_examples.pt` is a merge of the two above files. All files are of the type `dict[int, list[tuple[float, list[str], list[float]]]]`: ``` { feature_idx: list[( max_activation_on_sample, sample_as_a_list_of_tokens, activation_for_each_token ), ...], ... } ``` The samples are already sorted from the highest activating example to the least activating example.