nlp-with-transformers/notebooks

Jupyter notebooks for the Natural Language Processing with Transformers book

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 14th, 2026
Created on October 28th, 2021
Open Issues & Pull Requests: 95 (+0)
GitHub issues: Enabled
Number of forks: 1,479
Total Stargazers: 4,814 (+0)
Total Subscribers: 68 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.2 days
Mean response time: 86.8 days
90th percentile: 305.8 days
Tracked items: 7

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 711 days
Stale 30+ days: 10
Stale 90+ days: 10

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

The nlp-with-transformers/notebooks repository is a collection of Jupyter notebooks that accompany a published book on natural language processing with transformers.

The repository provides executable code examples aligned with chapters covering transformer-based NLP tasks. The notebooks are designed to run on cloud platforms like Google Colab or on local machines, though most chapters require GPU acceleration for practical execution times. The examples focus on PyTorch implementations, with the codebase actively maintained for that framework.

This resource suits developers learning transformer architectures and NLP techniques through hands-on practice, or those seeking reference implementations for common NLP workflows. The notebooks integrate with cloud platforms for accessibility without local setup overhead. Developers should be aware that TensorFlow code paths are no longer tested and may not run against current Keras versions, and that Chapter 7 on question answering relies on deprecated dependencies and is unmaintained; the README directs users to current Haystack documentation for that topic instead.

The project maintains PyTorch examples as its primary focus while acknowledging that TensorFlow sections have fallen out of sync with current library versions. One chapter has been explicitly marked as unmaintained due to upstream deprecations in its dependencies, with guidance provided to external documentation for current approaches.