Ask HN: Can tokenizers go from fixed length tokens to varying length?
https://news.ycombinator.com/item?id=41485028I am going through a workshop on building LLM grounds up. While I am studying tokenizers like BPE - I was curious why not use ideas from encoding techniques like huffman and make better optimized encoders. So a token like '.' also has same sie token as the word 'Algorithm'. Their frequency of occurence and their size could save us some GPUs?