/RWKV-LM

RWKV is a RNN with transformer-level 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.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

No issues in this repository yet.