Transformers Decoders: How To Make Your Own (And Why You Should)

Channel:
Subscribers:
825
Published on ● Video Link: https://www.youtube.com/watch?v=Orlvm13r70A



Category:
Guide
Duration: 25:34
20 views
2


Build your own Masked Language Model using GPT2

Learn about fine-tuning a generative language model on a custom text dataset. Create custom functions for tokenizing your chosen text (for us it's the entire works of Emmanuel Kant). Fine-tune and transfer learn your model for a downstream task afterwards!

One thing this includes that I haven't seen anywhere else is a guide on how to actually load your models after saving them, that used to be a lot harder and it bothers me when I see tutorials that don't include that.







Tags:
encoder and decoder
machine learning
neural network
transformer
encoder only
decoder and encoder