top_trigrams
See https://confirmlabs.org/posts/catalog.html for details.
id0
: the first token in the trigramid1
: the second token in the trigramid2
: the most common token following(id0, id1)
in The Pilesum_count
: the number of times that(id0, id1)
appears in The Pile.max_count
: the number of times thatid2
appears after(id0, id1)
in The Pile.frac_max
:max_count / sum_count
token0
: the string representation ofid0
token1
: the string representation ofid1
token2
: the string representation ofid2
seq
: the string representation of the trigram,token0 token1 token2
p_{model_size}
: the probability of the trigram under Pythia-{model_size} when prompted with(id0, id1)
.