Skip to content
/ BERT Public

Pytorch lightning implementation of an encoder-only architecture

Notifications You must be signed in to change notification settings

ggldnl/BERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bidirectional Encoder Representations from Transformers (BERT)

Pytorch lightning implementation of the BERT encoder-only architecture as described in the BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding paper. Along with the architecture, the repo contains the code to run training and inference on a next POI recommendation task. A Tokenizer and a Dataloader are provided as well. The dataloader uses the Foursquare dataset.

About

Pytorch lightning implementation of an encoder-only architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages