minbpe icon indicating copy to clipboard operation
minbpe copied to clipboard

updating stats across merge to reduce computation

Open imdaredevil opened this issue 5 months ago • 0 comments

Instead of computing stats from scratch for every merge, we can calculate it once and update it during merge. This results in reduced computation as we update the stats dictionary only for tokens that are affected by the merge.

imdaredevil avatar Sep 01 '24 07:09 imdaredevil