Ask HN: Can tokenizers go from fixed length tokens to varying length?

https://news.ycombinator.com/item?id=41485028
by jinen83 • 2 years ago
3 3 2 years ago

I 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?

Related Stories

Loading related stories...

Source preview

news.ycombinator.com