Skip to content

tobyatgithub/bert_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

bert_tutorial

Outline:

This is the github repo for the NLSea meetup Aug.27.2019.
In this session, we discussed about the pytorch implementation of BERT model purposed Nov. 2018.
The session mainly focused on 4 aspects:

  1. What is BERT and word embedding?
  2. What is a tokenizer and contextual level embedding?
  3. How to get word, sentence, and paragraph embeddings from token level embeddings?
  4. How to fine tune your own BERT model?

Reference:

Link to pytorch: https://pytorch.org/
Link to hugging face repo: https://github.com/huggingface/pytorch-transformers
Link to a nicely written tutorial: https://mccormickml.com/2019/05/14/BERT-word-embeddings-tutorial/
Link to code for further classification models: https://colab.research.google.com/drive/1ywsvwO6thOVOrfagjjfuxEf6xVRxbUNO#scrollTo=DEfSbAA4QHas
Link to the BERT paper: https://arxiv.org/abs/1810.04805

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published