RWKV's repositories
RWKV-infctx-trainer
RWKV infctx trainer, for training arbitary context sizes, to 10k and beyond!
RWKV-LM
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.
RWKV-cpp-node
Node.js implementation binding for the RWKV.cpp module
rwkv-tensorflow
RWKV ported to tensorflow
RWKV-tokenizer-node
RWKV tokenizer for node.js
lm-evaluation-harness
A framework for few-shot evaluation of language models.