Ross ROSS = Recommend OSS · open-source software intelligence for agents

lucidrains/reformer-pytorch

Reformer, the efficient Transformer, in Pytorch observed · 2026-08-28

github.com/lucidrains/reformer-pytorch · Python · MIT (permissive) 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2428
  • days_rel: n/a
  • days_push: 1169
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2191 stars · 253 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PyTorch implementation of the Reformer, an efficient Transformer architecture using LSH attention, reversible networks, and chunking to handle very long sequences. It provides a ReformerLM language model validated on auto-regressive tasks like enwik8.

Use cases

  • train a transformer on very long sequences with limited memory
  • implement LSH attention in pytorch
  • build a language model that handles 32k+ token contexts
  • experiment with reversible networks and chunked feedforward layers
  • run auto-regressive language modeling on enwik8

When to choose

  • you need memory-efficient attention for extremely long sequences in PyTorch
  • you want to reproduce or experiment with the Reformer paper
  • you need reversible networks and factorized embeddings to cut memory usage

When to avoid

  • you need a general-purpose, actively maintained transformer library
  • you want standard full attention for short sequences
  • you need production LLM inference rather than research experimentation

Facets

library · maturity maintenance

machine-learning deep-learning llm-training deep-learning large-language-models machine-learning python transformer lsh-attention reformer pytorch efficient-attention long-context gpu

2 sources

Member repositories

RepositoryRoleHealth v2
lucidrains/reformer-pytorchmain23

For agents

markdown · JSON · MCP: product_card(name="lucidrains/reformer-pytorch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem