File size: 427 Bytes
90ef2d4
ccffaef
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12

# trigram_prefixes

See https://confirmlabs.org/posts/catalog.html for details.

- `id0`: the first token in the trigram
- `id1`: the second token in the trigram
- `id2`: the most common token following `(id0, id1)` in The Pile
- `sum_count`: the number of times that `(id0, id1)` appears in The Pile.
- `max_count`: the number of times that `id2` appears after `(id0, id1)` in The Pile.
- `frac_max`: `max_count / sum_count`