• Stars
    star
    318
  • Rank 131,872 (Top 3 %)
  • Language
    Jupyter Notebook
  • Created over 5 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tutorial for International Summer School on Deep Learning, 2019

dliss-tutorial

Tutorial for International Summer School on Deep Learning, 2019 in Gdansk, Poland

Sections

Overview Talk

https://docs.google.com/presentation/d/1DJI1yX4U5IgApGwavt0AmOCLWwso7ou1Un93sMuAWmA/

Tutorial

There are currently 3 hands-on sections to this tutorial.

Updates

  • April 2022 If you are interested in learning how to build different Transformer architectures from the ground up, I have a new set of tutorials with in-depth details and full implementations of several popular Transformer models. They show how to build models step by step, how to pretrain them, and how to use them for downstream tasks. There is an accompanying Python package that contains all of the tutorial pieces put together

  • July 2020 I have posted a set of Colab tutorials using MEAD which is referenced in these tutorials. This new set of notebooks covers similar material, including transfer learning for classification and taggers, as well as training Transformer-based models from scratch using the MEAD API with TPUs. MEAD makes it easy to train lots of powerful models for NLP using a simple YAML configuration and makes it easy to extend the code with new models while comparing against strong baselines!