top_bigrams
See https://confirmlabs.org/posts/catalog.html for details.
id0
: the first token in the bigramid1
: the most common token followingid0
in The Pilesum_count
: the number of times thatid0
appears in The Pile.max_count
: the number of times thatid1
appears afterid0
in The Pile.frac_max
:max_count / sum_count
token0
: the string representation ofid0
token1
: the string representation ofid1
seq
: the string representation of the bigram,token0 token1
p_{model_size}
: the probability of the bigram under Pythia-{model_size} when prompted withid0
.