codertimo/BERT-pytorch
Google AI 2018 BERT pytorch implementation observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2879
- days_rel: n/a
- days_push: 1083
- n_releases_24m: 0
Adoption not part of the score
6527 stars · 1311 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A PyTorch implementation of Google AI's 2018 BERT model with simple, readable code. It provides CLI tools for building vocabulary and pre-training BERT with masked language modeling and next sentence prediction on your own corpus.
Use cases
- pre-train a BERT model on my own corpus
- understand how BERT works by reading a simple implementation
- train a masked language model in pytorch
- implement next sentence prediction training
- build a vocabulary file for BERT training
When to choose
- you want a minimal, easy-to-read BERT implementation for learning or research
- you need to pre-train BERT from scratch on a custom corpus
- you prefer a lightweight pip-installable package over Hugging Face's larger ecosystem
When to avoid
- you need production-grade, well-verified transformer models with tokenizers and fine-tuning support
- you want the latest model architectures or active community maintenance
- you need multilingual or optimized inference performance
Facets
library · maturity maintenance
machine-learning nlp deep-learning machine-learning deep-learning python bert transformer language-model pytorch pretraining natural-language-processing
2 sources
- readme: https://github.com/codertimo/BERT-pytorch · fetched 2026-08-28 · 4e18f0413b66
- registry_pypi: https://pypi.org/pypi/bert-pytorch/json · fetched 2026-08-29 · acda9bb2f3d8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| codertimo/BERT-pytorch | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="codertimo/BERT-pytorch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem