I saw some people wanted from scratch implementations & particularly on previous BERT video. Implementing these (correctly) takes a lot of time so it's not always worth the time investment so we'll see if I'll do it.. Right now I'm focusing more on Kaggle and will have more videos on that soon :)
@jeffw9913 жыл бұрын
Great video! If you're able to do the GPT-2 and GPT-3 papers as well that would be great, but this is a solid start to understanding how GPT differs from transformers. I tend to bounce off of the dry academic papers; sometimes it feels like some of them don't *want* to be understood. But your explainer videos have really helped me get a grip on the concepts so I can go back to the paper and get more out of the details.
@tejasvix3 жыл бұрын
I like your paper explanation videos very much, they helped me a lot in reading paper as i am a newbie , Would love to see more videos , Thanx a lot
@Fr4nk4000 Жыл бұрын
I remember watching this video around when it came out. It's insane to see how far we've come in language models
@halilhelvaci2 жыл бұрын
Excellent video! Hope to see it for the other language models as well
@stephennfernandes3 жыл бұрын
Hey BERT and GPT1 use sentencepice representation of sentences while training , but how do they fine tune and work with POS tagging task as they require to classify a word based on the enter word per POS token ?? any idea how its done ???
@user-sg4uq4nj1n2 жыл бұрын
Great explanation! I got a dumb question regarding section 3.1 equation 2 in their paper. It says "h_l = transformer_block(h_{l-1} \forall i \in [1,n])". Is it supposed to be "l" instead of "i"?
@garikhakobyan30133 жыл бұрын
Good work. Waiting for new videos
@rog00793 жыл бұрын
So are you planning to code GPT from scratch ?
@shambhaviaggarwal99773 жыл бұрын
Hey! Can you make a video on pytorch-lightning? I think it is super useful.
@abhishek_maity3 жыл бұрын
So are you going to put more video on solving the Kaggle problem Use cases??(ML or NLP using DL) ?
@AladdinPersson3 жыл бұрын
Yes, my plan is to do solutions to previous Kaggle competitions and my goal is to show how to get Top 1% solution on the leaderboard and do it intuitively, step by step of how I approached the problem. Right now I want to focus on computer vision tasks on Kaggle but I think I'm going to do NLP & Tabular data competitions etc
@abhishek_maity3 жыл бұрын
@@AladdinPersson Great!! will be eagerly waiting for your amazing content on these !! ❤️😃😃