Skip to content

Tutorial for the natural language model Bert

License

Notifications You must be signed in to change notification settings

carschno/bert_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bert tutorial

Tutorial covering the use of the Bert model for natural language processing. See the tutorial notebook

Installation

  1. git clone https://github.com/eriktks/bert_tutorial.git
  2. cd bert_tutorial
  3. python3 -m venv --prompt "bert_tutorial" venv3
  4. source venv3/bin/activate
  5. pip install -r requirements.txt

Usage

  1. cd bert_tutorial
  2. source venv3/bin/activate
  3. jupyter lab

Contact

Erik Tjong Kim Sang, [email protected]

About

Tutorial for the natural language model Bert

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%