notebooks

(β˜… 4,797)

Jupyter notebooks for the Natural Language Processing with Transformers book

  • .gitignore
  • 01_introduction.ipynb
  • 02_classification.ipynb
  • 03_transformer-anatomy.ipynb
  • 04_multilingual-ner.ipynb
  • 05_text-generation.ipynb
  • 06_summarization.ipynb
  • 07_question-answering.ipynb
  • 07_question_answering_v2.ipynb
  • 08_model-compression.ipynb
  • 09_few-to-no-labels.ipynb
  • 10_transformers-from-scratch.ipynb
  • 11_future-directions.ipynb
  • environment-chapter7.yml
  • environment.yml
  • install.py
  • LICENSE
  • plotting.mplstyle
  • README.md
  • requirements-chapter7-v2.txt
  • requirements-chapter7.txt
  • requirements.txt
  • settings.ini
  • utils.py

# Installation Guide

1. Get the code
git clone https://github.com/nlp-with-transformers/notebooks

Downloads the entire project code from GitHub to your computer.

cd notebooks

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
$ jupyter notebook

Type this command into your terminal and run it.

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation