• 21 Posts
  • 10 Comments
Joined 11 months ago
cake
Cake day: August 5th, 2023

help-circle
















  • Do you mean the number of tokens in the LLM’s tokenizer, or the dictionary size of the compression algorithm?

    The vocab size of the pretrained models is not mentioned anywhere in the paper. Although, they did conduct an experiment where they measured compression performance while using tokenizers of different vocabulary sizes.

    If you meant the dictionary size of the compression algorithm, then there was no dictionary because they only used arithmetic coding to do the compression which doesn’t use dictionaries.