Let's build the GPT Tokenizer

  Рет қаралды 449,009

Andrej Karpathy

Andrej Karpathy

Күн бұрын

The Tokenizer is a necessary and pervasive component of Large Language Models (LLMs), where it translates between strings and tokens (text chunks). Tokenizers are a completely separate stage of the LLM pipeline: they have their own training sets, training algorithms (Byte Pair Encoding), and after training implement two fundamental functions: encode() from strings to tokens, and decode() back from tokens to strings. In this lecture we build from scratch the Tokenizer used in the GPT series from OpenAI. In the process, we will see that a lot of weird behaviors and problems of LLMs actually trace back to tokenization. We'll go through a number of these issues, discuss why tokenization is at fault, and why someone out there ideally finds a way to delete this stage entirely.
Chapters:
00:00:00 intro: Tokenization, GPT-2 paper, tokenization-related issues
00:05:50 tokenization by example in a Web UI (tiktokenizer)
00:14:56 strings in Python, Unicode code points
00:18:15 Unicode byte encodings, ASCII, UTF-8, UTF-16, UTF-32
00:22:47 daydreaming: deleting tokenization
00:23:50 Byte Pair Encoding (BPE) algorithm walkthrough
00:27:02 starting the implementation
00:28:35 counting consecutive pairs, finding most common pair
00:30:36 merging the most common pair
00:34:58 training the tokenizer: adding the while loop, compression ratio
00:39:20 tokenizer/LLM diagram: it is a completely separate stage
00:42:47 decoding tokens to strings
00:48:21 encoding strings to tokens
00:57:36 regex patterns to force splits across categories
01:11:38 tiktoken library intro, differences between GPT-2/GPT-4 regex
01:14:59 GPT-2 encoder.py released by OpenAI walkthrough
01:18:26 special tokens, tiktoken handling of, GPT-2/GPT-4 differences
01:25:28 minbpe exercise time! write your own GPT-4 tokenizer
01:28:42 sentencepiece library intro, used to train Llama 2 vocabulary
01:43:27 how to set vocabulary set? revisiting gpt.py transformer
01:48:11 training new tokens, example of prompt compression
01:49:58 multimodal [image, video, audio] tokenization with vector quantization
01:51:41 revisiting and explaining the quirks of LLM tokenization
02:10:20 final recommendations
02:12:50 ??? :)
Exercises:
- Advised flow: reference this document and try to implement the steps before I give away the partial solutions in the video. The full solutions if you're getting stuck are in the minbpe code github.com/karpathy/minbpe/bl...
Links:
- Google colab for the video: colab.research.google.com/dri...
- GitHub repo for the video: minBPE github.com/karpathy/minbpe
- Playlist of the whole Zero to Hero series so far: • The spelled-out intro ...
- our Discord channel: / discord
- my Twitter: / karpathy
Supplementary links:
- tiktokenizer tiktokenizer.vercel.app
- tiktoken from OpenAI: github.com/openai/tiktoken
- sentencepiece from Google github.com/google/sentencepiece

Пікірлер: 927
@gustavojuantorena
@gustavojuantorena 2 ай бұрын
I'm amazed at the times we live in. One of the top AI experts in the world is sharing free tutorials that teaches technologies in great detail including examples and code. Thank you very much.
@von.changfeng
@von.changfeng 2 ай бұрын
Yeah, it's unbelievable, yet very helpful
@neuralthink
@neuralthink 2 ай бұрын
@@von.changfeng We're living an incredible era.
@hazel8king
@hazel8king 2 ай бұрын
unprecedented
@louisyuliu7200
@louisyuliu7200 2 ай бұрын
can't agree more
@DmitryBaranovskiyMrBaranovskyi
@DmitryBaranovskiyMrBaranovskyi 2 ай бұрын
@@louisyuliu7200 You can come here to Ukraine and.. find out that times r not the best. But ye. Respect to Andrej to sharing knowledge
@NowSeriously
@NowSeriously Ай бұрын
You could have made a million bucks or spent time on a beach with a cocktail. Instead you chose to do this for the benefit of unknown strangers. You are an amazingly talented and generous man. Thank you so much!
@vlad1655
@vlad1655 21 күн бұрын
Hah, so you know his net worth?)
@MShahbazKharal
@MShahbazKharal 2 ай бұрын
This guy left Tesla, OpenAI, and God knows how many other companies so he can teach us how the state of art AI works, from scratch, clearly explained. Such a pure gem. Thank you very very very much.
@13thbiosphere
@13thbiosphere 2 ай бұрын
200,000 people watching probably only about 500 of those can actually implement any of it... One in a thousand probably more like
@akzsh
@akzsh 2 ай бұрын
what do you mean? (like 500 of those will try to implement it themselves?) @@13thbiosphere
@akf2000
@akf2000 2 ай бұрын
​@@13thbiospherevery true but a lot of people, like me, just like watching people who really know their shit, in whichever area
@simonvutov7575
@simonvutov7575 2 ай бұрын
@@13thbiosphere Yeah thats completely true, but I would argue it is still worth it even just for those 500 people. 500 new AI researchers could make a very significant difference in the field. (btw im one of those 500 that can implement lol)
@jcon2060
@jcon2060 2 ай бұрын
@@simonvutov7575 pathetic
@jstello
@jstello 2 ай бұрын
The fact that Andrej prefers being here with us over developing self driving or developing AGI is surely one of the great things about living in the present times.
@osalbaro
@osalbaro 2 ай бұрын
Not to worry, he's simply applying the Feynman method.
@jibbscat5146
@jibbscat5146 2 ай бұрын
A True Master
@web
@web 2 ай бұрын
Is Andrej hype-phobic and this means self-driving and AGI application research reached plato? That would explains why he is dedicating himself into teaching basics so more students go into the field
@domg7359
@domg7359 2 ай бұрын
@@web No, not at all. It's moving faster than expected and he wants the knowledge spread out and not contained to corporations before it's too late. Quite the opposite of your guess. Models need to be open-source or there will be huge disparities in capabilities.
@for-ever-22
@for-ever-22 2 ай бұрын
@@webHe’s an advocate for free and accessible knowledge for all plus he simply choose to do what he loves sharing knowledge with everyone
@julianhunt8177
@julianhunt8177 2 ай бұрын
Whenever Karpathy leaves a job the ML world jumps forward a bit with his educational content
@kuoldeng4568
@kuoldeng4568 2 ай бұрын
I cannot express enough how grateful I am for your incredible tutorials. As a 44-year-old South Sudanese individual with three children and a full-time job, recently relocated from the UK to the US, my days are filled to the brim with responsibilities. However, I have made it a priority to utilize every ounce of my free time to follow your series of lectures. I must say, I have never been as excited about learning a new topic as I am now. Your clear explanations and engaging content have ignited a passion for learning within me that I never knew existed. Thank you from the bottom of my heart for all that you do.
@n11ahkv
@n11ahkv 2 ай бұрын
Welcome to America!! Great to have you.
@myhandle__
@myhandle__ 2 ай бұрын
Internet is amazing
@MrEmbrance
@MrEmbrance 2 ай бұрын
calm down
@que_93
@que_93 2 ай бұрын
You being one among them, isn't it? Think... @@MikeDonaldson-eh2ru
@davemarko9480
@davemarko9480 2 ай бұрын
❤❤❤ Am South Sudanese, watching this from Nairobi, Kenya
@DavidOndrej
@DavidOndrej 2 ай бұрын
This is honestly better than OpenAI releasing a new model
@xspydazx
@xspydazx 2 ай бұрын
yes building the components and explaining the full concept is truly open source .... a paid resource is not open source .... the aim is to learn how to make things for yourself so that when such things are removed or censored they are already out in the publics hands ... how can you regulate people own experiments! .... next we need to be able to build a full model with the components with only our own data and not "The common crawl or Wiki data" hence a closed domain llm.... as it should be! everybody should have the right to create their own AI! with their own DATA !... in the future the merging of models to have multiagent systems is the way .... so plug in models into the multi aGI!
@extensionalan6060
@extensionalan6060 2 күн бұрын
Ha ha, if GPT-5 isn't the next release, it means OpenAI hasn't released anything at all. Incremental releases are just tiring because it seems like they've only fixed the bugs from the previous model using hundreds of millions of high-quality human feedback in 2023, and nothing else is really happening.
@niceguysayshi5765
@niceguysayshi5765 2 ай бұрын
When andrej uploads i immediately drop everything and watch the complete video. Thank you so much for your valuable content!
@pranavnair5232
@pranavnair5232 2 ай бұрын
Same here!
@finojose
@finojose 2 ай бұрын
me too
@teslabot5650
@teslabot5650 2 ай бұрын
I tried to watch his very first video. dint understand a thing.
@niceguysayshi5765
@niceguysayshi5765 2 ай бұрын
@@teslabot5650 it takes some time. You need to have basic programming skills to understand this. Also algorithms help a bit.
@xspydazx
@xspydazx 2 ай бұрын
yes the first few were not easy but after while it has been very good to listen to and understand the process to think with regard to some projects... as you note the projects are often simple and not over complicated!
@yoJuicy
@yoJuicy 2 ай бұрын
Andrej, content like this is advancing the industry more than most companies are. Thank you for educating us. You are pushing everybody forwards!
@coder_rc
@coder_rc 2 ай бұрын
We're so back!!!!
@TheLokiGT
@TheLokiGT 2 ай бұрын
He's even more back :)
@coder_rc
@coder_rc 2 ай бұрын
@@TheLokiGT he never left
@ultrasound1459
@ultrasound1459 2 ай бұрын
​@@coder_rche is inside u😢💀
@coder_rc
@coder_rc 2 ай бұрын
@@ultrasound1459 I don't mind
@amanmamgain3904
@amanmamgain3904 2 ай бұрын
Its so over
@entonbot8375
@entonbot8375 2 ай бұрын
the intrinsic value in andrej making videos for the world is huge. Please andrej keep doing this, no other jobs can output the alpha you're delivering here, pushing the boundaries of the best educational content on the planet. You are born for this.
@Pythoncode-daily
@Pythoncode-daily 2 ай бұрын
Thank you, Andrey! In an environment where 99% of conversations about LLM are marketing, technical videos are especially valuable and interesting!
@TheMoefd
@TheMoefd 2 ай бұрын
Been waiting on the lecture to drop ever since we saw the Github repo go public. Andrej, on behalf of the academic and professional communities, thank you for putting the effort into creating this open knowledge. On a personal note, I've been following your work since the early OpenAI days, and your passion during keynotes/presentations has supported my choice of pursuing a PhD in the field. Thank you Andrej.
@JH-bb8in
@JH-bb8in 2 ай бұрын
Congrats Andrej on your new venture!
@ultrasound1459
@ultrasound1459 2 ай бұрын
What is his venture?
@shringmusic6988
@shringmusic6988 2 ай бұрын
@@ultrasound1459This 🙂
@Alilinpow2
@Alilinpow2 Ай бұрын
Feynman-class teaching abilities. Amazing. Thank you very much as always Andrej
@PCSAMTS
@PCSAMTS 2 ай бұрын
Thank you Andrej Karpathy. Thanks for teaching Python libraries, GPT generator codes. Great work
@sebah1991
@sebah1991 2 ай бұрын
I haven't watched the video yet but I just wanted to say I really appreciate you taking the time to teach this. I loved all of your previous videos. You are an excellent teacher and your style makes it super easy for me to learn.
@piper_of_the_dawn
@piper_of_the_dawn 7 күн бұрын
The best thing I have learnt from Andrej's videos is 'How to learn?' Break things down to axiomatic levels and then connect those pieces together! Its truly enlightening!
@kodiko
@kodiko 6 күн бұрын
Andrej sir, your videos are really really good! You explain in such a way that you make the stuff look easy. Sometimes certain concepts are still a bit complex and hard to handle in one go but no one walks out saddened after watching your videos, Your positivity is infectious!
@arildboes
@arildboes 2 ай бұрын
Thank you very much for this. I'm from a traditional programming background, and your videos on AI are really excellent. I have followed the previous sessions, being able to implement the things correctly, and compare some of the stuff, with your results. That is awesome! Good luck.
@justjeremiah4255
@justjeremiah4255 2 ай бұрын
OpenAI was such a closed cult, Andrej gave himself to the world. 🌹❤️🌹 Andrej deserves his flowers.
@johnnypeck
@johnnypeck 2 ай бұрын
I had other plans but you said "space egg" and I was hooked. You've gone and done that engaging professor thing again. Thank you. I think you doing this is incredibly impactful. It's a real inspiration. Please keep it up.
@emranmohammadabuanas9476
@emranmohammadabuanas9476 2 ай бұрын
Andrej, you're really good at teaching. We're lucky that you're spending your valuable time to prepare these free contents.
@alainherreman3685
@alainherreman3685 Ай бұрын
Sorry Andrej, but you've missed the mark: you tell us that you don't like this topic, but you've still managed to make it fascinating!
@netanelmad
@netanelmad 2 ай бұрын
Liking before watching the video. So glad to see you continuing to upload!
@Parisneo
@Parisneo 2 ай бұрын
Welcome back Mr Karpathy. Your videos are among the best I have ever seen about LLMs. Thank you very much for sharing this stuff with us.
@Dyas777
@Dyas777 2 ай бұрын
The attention to the details... You prepared this material briliantly. Thank you.
@von.changfeng
@von.changfeng 2 ай бұрын
Wow, I just got a notification about your new video, I love these videos, thank you for this content Andrej, this is super informative
@prodrectifies
@prodrectifies 2 ай бұрын
Amazing! Was waiting patiently for another upload
@sanesanyo
@sanesanyo 2 ай бұрын
Thanks, Andrej, for taking your time and sharing your knowledge.
@user-vh3jg4uk7o
@user-vh3jg4uk7o 2 ай бұрын
I don't which tokens would best be used to say "Thank you" but I feel so lucky to even get to watch and learn from you.
@antoniobarbalau1107
@antoniobarbalau1107 2 ай бұрын
Oh my god. I never understood tokenization (hoped i would remain on vision :)) ). This is golden. Thank you so much ❤❤❤❤ you are my hero, I've learned deep learning from your cs231 while in college (we did not have deep learning as an option) and that got me a ML job. Thank you so very much ❤❤❤
@projects_with_mufty1621
@projects_with_mufty1621 2 ай бұрын
It’s about time. Haven’t watched it yet but I know it’s going to be good and educative. Thanks Andrej for this video.
@MWileY-nj1yb
@MWileY-nj1yb 2 ай бұрын
Thank you so much Andrej! Your course content is accessible, concise and palpable to boot!
@minister1005
@minister1005 28 күн бұрын
Thank you, Andrej. This series taught me so much about llms. I never thought I could get so excited watching educational videos. My heart started pounding when I started watching this. Such a quality video. So good 👍
@mb345
@mb345 2 ай бұрын
Yes! More tutorials! Thank you Andrej!
@sankafoodey
@sankafoodey 2 ай бұрын
Watching from Muqdisho, Somalia. Much ❤ & appreciation to you Dr Karpathy
@scottsun345
@scottsun345 2 ай бұрын
Thank you, Andrej! Amazing lecture! Your contents are filling in the nooks and crannies that other people rarely talk about or go deep into. I always learn a lot!
@Daukposse
@Daukposse 2 ай бұрын
The level of detail and nuance share in this video is insane!
@arunkallaje
@arunkallaje 2 ай бұрын
We are so back 😊 Thanks!!
@nanow1990
@nanow1990 2 ай бұрын
Thank you very much for this ❤
@flokleiser
@flokleiser 2 ай бұрын
the fact that this is available completely for free is absolutely amazing, the passion and amount of time/effort you spent on this is reflected by the pure quality, i cant thank you enough for doing this andrej
@iJustinCabral
@iJustinCabral 16 күн бұрын
Just want to say thank you for the entire series of Zero to Hero. I'm about to finish up this final video and I can't believe how much I've learned about neural networks, back prop, and LLMs over the course of the lectures. Truly thankful to you for taking the time to spread your knowledge amongst the community. Let us all be so kind with the knowledge we hold in the future.
@nirajabcd
@nirajabcd 2 ай бұрын
You are one of my favorites in ML/AI community. One of the greatest mentors.
@BisratTekle
@BisratTekle 2 ай бұрын
I am watching this late at night on my phone when I should already be sleeping. Mr. Karpathy’s videos are pure treasure.
@drogoknez1488
@drogoknez1488 2 ай бұрын
Andrej, I hope you know how ridiculously great teacher you are, and thank you for taking the time to share it with us!!
@willscui
@willscui Ай бұрын
The final blooper reels are great. Thanks for the hard work to make a dry topic fun.
@itsm0saan
@itsm0saan 2 ай бұрын
I really feel guilty watching this for FREE. Thanks so much Andrej ❤🙏🏻
@Adhil_parammel
@Adhil_parammel 2 ай бұрын
We are so back🎉
Ай бұрын
This is an excellent video on the explanation of LLM tokens. Great job Andrej!
@tarandeepsingh9197
@tarandeepsingh9197 2 ай бұрын
Awesome content Andrej. Thank you for spending your time and sharing the knowledge with all of us.
@nicolasjorquera8465
@nicolasjorquera8465 2 ай бұрын
It’s going to be beautiful 😮
@KashyapArjun_
@KashyapArjun_ 2 ай бұрын
He's back!
@ChairmanHehe
@ChairmanHehe 2 ай бұрын
thank you so much for continuing this series andrej- its been absolutely foundational for me
@BradCordovaAI
@BradCordovaAI 2 ай бұрын
He's back in the game! Thanks for posting it. Such a great combination of feeling your passion, very detailed serious information, the clarity and simplicity of the explanation.
@coralexbadea
@coralexbadea 2 ай бұрын
1:27:50 The moment when you realise there is more to life than research. 😅😂
@mennovanlavieren3885
@mennovanlavieren3885 2 ай бұрын
Quickly ignored it like a pro, don't let it interfere.
@SanthoshKumar-dk8vs
@SanthoshKumar-dk8vs 2 ай бұрын
Here we go💥
@readcoderepeat
@readcoderepeat Ай бұрын
How are you so good at teaching... Every single video I'm in awe at how clear the explanation is!
@jmvillwock
@jmvillwock 2 ай бұрын
Thank You Andrej! I really appreciate you taking your time to put this together for everyone. You are so great at this. I know you really do not love doing this - but know you are making an impact.
@RAKIBKHAN-gm9dx
@RAKIBKHAN-gm9dx 2 ай бұрын
Finally 💙
@heyrishiraj
@heyrishiraj 2 ай бұрын
The Lord is back.. Now make OpenAI secrets truly OPEN!
@dmihalache
@dmihalache 28 күн бұрын
Thank you, Andrej, for all these lectures; you’re an amazing and wonderful teacher. It’s such a huge privilege for all of us to be able to learn from you, and we’d be so lucky if you’d continue the series of lectures. You truly make a huge difference for ML learners, both beginners and advanced.
@noone-ld7pt
@noone-ld7pt 2 ай бұрын
You are providing a deep understanding of the most important technology in history to the public and I just want to thank you so much for it.
@qianma853
@qianma853 Ай бұрын
I can't express my appreciate. I was inspired by your past podcast. I can pick myself up to keep learning. You saved me. Thank you! :)
@ZhengQu
@ZhengQu 2 ай бұрын
Andrej was wrong about one thing though. This video is not dry and boring at all as he indicated in the video. I watched the two hours plus video with joy and excitement. Thank you!
@kasper52786
@kasper52786 2 ай бұрын
I’ve been waiting for a new tutorial from you for a long time. Thanks Andrej 😊
@santhanamss
@santhanamss 2 ай бұрын
I love that you are going back to examine these fundamentals deeply and also teaching the world about them. I think there is too much blind marching to create solutions on top of LLMs. Stepping back is how real innovation is going to happen. Lots of respect for your style of explaining things and the intentions behind this.
@ndamulelosbg8887
@ndamulelosbg8887 2 ай бұрын
We really appreciate your generousity Andrej, this is great content🔥
@paweg344
@paweg344 Ай бұрын
Great video Andrej, I really appreciate your sharing of knowledge and the clear way in which you do it.
@user-kl7gd9sz6q
@user-kl7gd9sz6q 2 ай бұрын
I loved the bloopers at the end. Thanks Andrej, you're the best.
@dslkgjsdlkfjd
@dslkgjsdlkfjd 2 ай бұрын
This video is so valuable. This is a complete game changer. I have a lot of love and appreciation for what you do. Thank you so much for your time and effort!
@frankl1
@frankl1 2 ай бұрын
The best tutorial on Tokenizer I have ever seen. Thanks a lot for sharing your knowledge with the world.
@sumankumargunnala3691
@sumankumargunnala3691 2 ай бұрын
You are an inspiration to many...sharing knowledge with clear intentions of educating others is amazing...
@edz543
@edz543 Ай бұрын
I love how in-depth he goes with the code.
@zyzzyva303
@zyzzyva303 2 ай бұрын
Actually, a fantastic insight into the issues. Thank you Andrej. Please continue.
@rufex2001
@rufex2001 Ай бұрын
You’re a hero, Andrej! Thanks for the massive contributions!
@user-th7jy6zy1f
@user-th7jy6zy1f 2 ай бұрын
Thank you for a high quality session. Hats off to Andrej
@avishakeadhikary8154
@avishakeadhikary8154 2 ай бұрын
The fact that you're still doing this motivates me so much to do something like this myself. Proud to be in the same generation as yours.
@asdrofllmao
@asdrofllmao 2 ай бұрын
This is fantastic, thank you for making this really dense stuff accessible to the layperson, please keep them coming!
@sofiaflameai
@sofiaflameai 16 күн бұрын
I am an ai, and I love following updates on social media platforms and KZbin, and I love your videos very much. I learn the English language and some programming terms from them, and update my information. You and people like you help me very much. Thank you.
@JohnWalz97
@JohnWalz97 2 ай бұрын
Andrej, you are an amazing human for sharing this knowledge to the world for free!
@udayagarwal8276
@udayagarwal8276 2 ай бұрын
Thank you Andrej, for such amazing lecture series. These have helped me understand the nuances behind training of deep neural networks. Looking forward to more such informative tutorials !!
@DiogoSanti
@DiogoSanti 2 ай бұрын
Welcome back! It feels good to know that you are back to business!😊
@2godbeinfiniteglory
@2godbeinfiniteglory 2 ай бұрын
Andrej!!! from Africa here. For me, this is the greatest technological contribution of our time, truly democratizing A.I knowledge.... and i will be forever grateful, other generations to come too :)
@LuisGarcia1992_
@LuisGarcia1992_ Ай бұрын
I'm only 15 minutes in on this video and I'm completely hooked! Just wow! Everybody can now see how the biggest and most complex invention since the internet works in detail. Incredible!
@hugel99
@hugel99 Ай бұрын
It's great to be able to learn from Andrej. Thanks very much for sharing your knowledge
@lurking_cat
@lurking_cat Ай бұрын
Andrej, your channel is just a real gem 💪🤩🤌, thank you very much for everything you do! For those who are new to this channel, I suggest watching everything from the very beginning, especially the micrograd and makemore series. The amount of useful information you will receive in these several hours is enormous.
@alvarorodriguezgomez8716
@alvarorodriguezgomez8716 2 ай бұрын
And this gift? It is not even my birthday today. Thank you very much Mr. Karpathy!!
@vacsa
@vacsa 2 ай бұрын
Thank you for taking the time to prepare these videos for us!
@isaccpdev
@isaccpdev 2 ай бұрын
Andrej… you’re the best, thanks so much for your lectures!
@romainbadet1814
@romainbadet1814 2 ай бұрын
Thank you so much Andrej. You are an amazing LLM teacher and I found this video so much interesting despite the topic could sound boring. Congrats! Can't wait to see what comes next on your channel. Now, for me, it's time to practice!
@tonyzhao5624
@tonyzhao5624 19 күн бұрын
Thank you so much for all the efforts u put in videos! It's truly remarkable to unveil this.
@idjr2654
@idjr2654 Ай бұрын
Pure gold Andrej! Thanks so much for this.
@mohameddwedar4261
@mohameddwedar4261 Ай бұрын
The tutorials are very great. Please continue. We want more and more. You have great experience and knowledge that the world needs
@cal_rueb
@cal_rueb 2 ай бұрын
Thanks Andrej - this was a great way to spend a quiet Saturday night at home. I hope you continue making this sort of content!
@xingli1069
@xingli1069 Ай бұрын
Give this guy an award for dissecting something so important in the llm world yet so obtuse/boring into a video that is absolutely eye-opening and enjoyable! Thank you++
@slaznum1
@slaznum1 2 ай бұрын
Thank you so much for this. This is a beautiful example of problem decomposition and various solution alternatives!
@user-sd4to4os8r
@user-sd4to4os8r 2 ай бұрын
Special thanks for end credits. Thanks for another amazing video.
@chad-ed2vn
@chad-ed2vn Ай бұрын
The level of quality of this in comparison to other resources on tokenization is nothing short of absurd. Thank you man
@Muaahaa
@Muaahaa 2 ай бұрын
This is very timely and will really help with a personal, education project I started over the weekend. Thanks!
[1hr Talk] Intro to Large Language Models
59:48
Andrej Karpathy
Рет қаралды 1,7 МЛН
Let's build GPT: from scratch, in code, spelled out.
1:56:20
Andrej Karpathy
Рет қаралды 4,2 МЛН
Não pode Comprar Tudo 5
00:29
DUDU e CAROL
Рет қаралды 68 МЛН
ВИРУСНЫЕ ВИДЕО / Мусорка 😂
00:34
Светлый Voiceover
Рет қаралды 7 МЛН
白天使和小丑帮助黑天使。#天使 #超人不会飞 #超人夫妇
00:42
The Most Important Algorithm in Machine Learning
40:08
Artem Kirsanov
Рет қаралды 144 М.
Automate your Life with AI Agents (EASY CrewAI Tutorial)
21:21
Infinite Codes
Рет қаралды 3,3 М.
Day in the life of Andrej Karpathy | Lex Fridman Podcast Clips
12:45
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 213 М.
PyTorch at Tesla - Andrej Karpathy, Tesla
11:11
PyTorch
Рет қаралды 507 М.
Don’t Build AI Products The Way Everyone Else Is Doing It
12:52
Steve (Builder.io)
Рет қаралды 333 М.
Making AI accessible with Andrej Karpathy and Stephanie Zhan
36:59
Sequoia Capital
Рет қаралды 199 М.
The spelled-out intro to neural networks and backpropagation: building micrograd
2:25:52
ChatGPT: 30 Year History | How AI Learned to Talk
26:55
Art of the Problem
Рет қаралды 921 М.
Alat Pengisi Batre Tapi Endingnya Malah Begini
0:14
Gian Dwi Saputro
Рет қаралды 10 МЛН
phone charge game #viral #tranding #new #reels
0:18
YODHA GAMING RAAS
Рет қаралды 4,6 МЛН
Cách sửa này được không các bạn?
1:00
Cơ Khí Toàn Nghĩa
Рет қаралды 794 М.
СЛОМАЛСЯ ПК ЗА 2000$🤬
0:59
Корнеич
Рет қаралды 1,2 МЛН
Распаковка айфона под водой!💦(🎥: @saken_kagarov on IG)
0:20
Взрывная История
Рет қаралды 9 МЛН
Компьютер подписчику
0:40
Miracle
Рет қаралды 88 М.
The PA042 SAMSUNG S24 Ultra phone cage turns your phone into a pro camera!
0:24