Hey Everyone! Hope you're all doing super well. This video will give you everything you need to know about Transformer Neural Networks, BERT Networks and Sentence Transformers - or at least all that we can cover in 17 minutes. Hoping we all understand why these Architectures were developed the way they were, painting the picture as a fluid story. I'm trying another teaching style here. If you like this kind of video, please do let me know in the comments. Put a lot of effort into this, so I hope you think this is good! Enjoy! And Cheers!
@Daniel-gy1rc2 жыл бұрын
dude you are amazing. Hope you keep this work up! Explaining complex things in an easy-to-follow and examplified way is a great skill!
@CodeEmporium2 жыл бұрын
Thanks a ton Daniel! Much appreciated complements :)
@manash.b4892 Жыл бұрын
Wow. Thanks a lot for all these videos. I am self-studying beginner and your videos have been a boon. Keep up the good work, man!
@TheHamoodz2 жыл бұрын
This channel has orders of magnitude more views than it deserves
@LiaAnggraini12 жыл бұрын
Thank you! This is what I need for my thesis
@MohammadShafkatIslam-k4x3 ай бұрын
Great video. I just figured out the issue with my dataset, after I had bad results from directly using Roberta
@brewingacupofdata4 ай бұрын
Great Video! One minor comment: Shouldn't the loss equation from the triplet method (13:58) be the other way around? The difference that is subtracted should be between the anchor sentence and the negative sentence.
@sooryaprakash6390Ай бұрын
I have the same doubt.
@Han-ve8uh2 жыл бұрын
Could you explain these 2 points in more detail? 3:21 transformers weren't designed to be language models + 16:35 transformers not complex enough to train a language model 1. What are language models supposed to do that transformers can't? My interpretation is that transformers do seq-seq tasks like translation, and translation needs a language model, so transformers are language models. Anything wrong with this thinking? 2. Can I say transformers are only invented to parallelize RNN family of models with attention? Any other obvious general or task specific benefits of transformers?
@mizoru_2 жыл бұрын
I guess he means that they get better through improved pretraining (thus understand language better) From Papers with code: "BERT improves upon standard Transformers by removing the unidirectionality constraint by using a masked language model (MLM) pre-training objective. The masked language model randomly masks some of the tokens from the input, and the objective is to predict the original vocabulary id of the masked word based only on its context."
@BinayGupta-ny7bp5 ай бұрын
Great explanation dude
@kevon217 Жыл бұрын
Excellent overview!
@HazemAzim Жыл бұрын
really neat . Thank you , I was looking for nice stuff on SBERT with decent depth
@NicholasRenotte2 жыл бұрын
Oooooooh, this is so freaking cool!! When are we teaming up to build something?!
@CodeEmporium2 жыл бұрын
Dude. I will reach out ma guy (sorry i didn't before) :)
@NicholasRenotte2 жыл бұрын
@@CodeEmporium ayyy no problemo man!
@nadavnesher86414 ай бұрын
Brilliant video 🚀
@WhatsAI2 жыл бұрын
Amazing overview !
@simoneparvizi7752 жыл бұрын
Hey man huge fan! Would you do a video about the "vanishing gradient problem"? Tbh I've been looking for a good video on it, but they're just not on point as you are....I'd really like your explanation on such argument! Keep up with the great work
@JJ-dz2ne Жыл бұрын
Very informative, thank you!
@CodeEmporium Жыл бұрын
You are very welcome! Thanks for watching and commenting
@prasannabiswas27272 жыл бұрын
Really the best info out. Thank you.
@norlesh Жыл бұрын
5:11 Bidirectional Encoder Representation FROM Transformer (not of Transformers)
@sooryaprakash6390Ай бұрын
Great Video
@safwanmohammed77155 ай бұрын
Masterpiece 💯
@miriamramstudio3982 Жыл бұрын
Great video. One part I didn't completely understood is the NLI part. Do you mean that after that NLI step, the mean pooling sentence vector of the newly trained BERT not be "poor" anymore? Thanks.
@kestonsmith13542 жыл бұрын
My favourite model to train is T5. So much better . I don't like encoder models . I rather use a model that uses both encoder and decoder rather than either/or.
@GeoffLadwig10 ай бұрын
Great stuff. Thanks
@masteronepiece65592 жыл бұрын
Nice overview
@RaghavendraK4582 жыл бұрын
Great video. Thanks
@clairewang83702 жыл бұрын
This is 🔥!!!😍😍😍😍😍
@PritishMishra2 жыл бұрын
Great video!!! Can we get some project videos on Transformer? As you showed in this video about the text-similarity with BERT so do you have any plan to create a video to do this with python?
@thekarthikbharadwaj2 жыл бұрын
Yes, really needed. Internet is lacking with an exact project developed using Transformers with proper backend information