BlinkDL / 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.
Apache License 2.0
12.48k stars 848 forks source link

add resx experimental mode #173

Open harrisonvanderbyl opened 1 year ago

harrisonvanderbyl commented 1 year ago

Residual exponential connection

Boosts initial training speed (loss) by up to 50%