Загрузка видео...
Не удалось загрузить видео
Tokenization -- turning text into a sequence of integers -- is a key part of generative AI, and most API providers charge per million tokens. How does tokenization work? Learn the details of tokenization and RAG optimization in Retrieval Optimization: From Tokenization to Vector Quantization, created in collaboration with... show more
146,313 просмотров • 1 год назад •via X (Twitter)
Комментарии: 10

Thanks. will take this one when I get time. RAG with Chain- of -thoughts could provide amazing results!

This looks pretty advanced, I dig it!

Today llm sequence tomorrow real world assets. I’ll sign up. 🙏🏼

Interestingly, the choice of tokenizer can influence model biases. Rare token splits may skew outputs subtly, affecting fairness in AI—a nuance often missed in tokenization discussions.

Serious question: has anybody trained a LLM with a token vocabulary of simple chars? (most used UTF-8 Unicode chars) I know it would make latent space smaller, but… it could count how many r are in strawberry 😅 Is there any comparison of performance with multiple char tokens?

This course looks super helpful if you're working with generative AI or RAG models, especially to understand tokenization and how it affects search quality

@AndrewYNg Tokenization breaks down text into smaller units like words or subwords, transforming them into numerical format. This helps AI understand and generate information efficiently.

Very good! Lucas is one of the best in the field. Great to learn from him!

@bryan_johnson the background music was noticeably relaxing.

Thanks! Really excited about the ReAct framework and how LLM agents can pay each other for services instead of having one model with tons of memory / tokens
