Eagle and Finch: RWKV with Matrix-Valued States and Dynamic Recurrence
Results and benchmarks
Eagle and Finch: RWKV with Matrix-Valued States and Dynamic Recurrence is the primary contribution described in this paper.
Benchmark evidence is limited
Evidence graph: 3 refs, 3 links.
Utility signals: depth 65/100, grounding 75/100, status medium.
Implementation
Best maintained implementation now
RWKV (pronounced RwaKuv) is an RNN with great LLM performance, which can also be directly trained like a GPT transformer (parallelizable). We are at RWKV-7 "Goose". So it's combining the best of RNN and transformer - great performance, linear time, constant space (no kv-cache), fast training, infinite ctx_len, and free sentence embedding.
14,683 stars · 1,020 forks · Last push Aug 21, 2026 · Apache-2.0 license
- License
- CI
- Dependencies
- Docker
Matched via arXiv identifier search · Strong overlap with paper title keywords · Community adoption signal (14683 stars)
BlinkDL/RWKV-LM is the best available implementation candidate based on ranking signals, but recommendation confidence is not yet high. License is declared (Apache-2.0).
Open BlinkDL/RWKV-LM- No CI workflows detected
- Dependency manifest is missing
- Selected BlinkDL/RWKV-LM as the strongest maintained implementation for new work.
- Repository activity is within the last 24 months.
- Official repository is preserved separately as historical context.
Compare implementation paths
Compare maintenance quality, reproducibility coverage, and evidence confidence before choosing a reproduction baseline.
- Maintenance
- Stale
- Confidence
- High
- Reproducibility
- Strong
- Stars
- 149
- Last push
- Aug 13, 2024 (743d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No push in 12+ months
- No Docker setup
- Maintenance
- Stale
- Confidence
- High
- Reproducibility
- Limited
- Stars
- 62
- Last push
- Mar 17, 2025 (527d)
Official implementation from Papers with Code · Repository link is mentioned in the paper metadata
- No push in 12+ months
- No CI pipeline detected
- No tagged releases
- Maintenance
- Active
- Confidence
- Low
- Reproducibility
- Strong
- Stars
- 5,617
- Last push
- Aug 23, 2026 (2d)
Community adoption signal (5617 stars)
- No Docker setup
- Low confidence match
Reproduction readiness
Major work
No dependency manifest, manual reconstruction required
- BlinkDL/RWKV-LM has no requirements.txt, environment.yml, pyproject.toml, or Dockerfile.
- You will need to reverse-engineer dependencies from import statements in the source code.
Hardware requirements
- Expect multi-day setup/compute for meaningful reproduction based on current guidance.
Validation caveat
Repositories and ecosystem
Official
- rwkv/rwkv-lmConfidence: High
RWKV is an RNN with transformer-level LLM performance. It can be directly trained like a GPT (parallelizable). So it's combining the best of RNN and transformer - great performance, fast inference, saves VRAM, fast training, "infinite" ctx_len, and free sentence embedding.
62 stars · 4 forks · Last push Mar 17, 2025 · Apache-2.0 license
Community
No additional community repositories detected yet.
These repositories had low-confidence matching signals and are hidden by default.
- sustcsonglin/flash-linear-attention
Confidence: Low · 5,617 stars
- blinkdl/chatrwkv
Confidence: Low · 9,498 stars
- howard-hou/visualrwkv
Confidence: Low · 247 stars
- evilrat420/irithyll
Confidence: Low · 4 stars
- RWKV/RWKV-wiki
Confidence: Low · 35 stars
- pprp/smol_training_zh
Confidence: Low · 58 stars
Hugging Face artifacts
No trustworthy direct or curated related Hugging Face artifacts were found yet. Use targeted searches to quickly locate candidate models, datasets, and demos.
Models
Datasets
Spaces
Tip: start with models, then check datasets and spaces if you need evaluation data or demos.
Research context
Open this paper in HFEPX to review benchmark signals, evaluation modes, and human-feedback protocol context.
Open in HFEPXData includes links from Papers with Code ( CC-BY-SA-4.0 ).