Your thoughts on RNN’s (RWKV approach) for language generation
Your thoughts on RNN’s (RWKV approach) for language generation

Your thoughts on RNN’s (RWKV approach) for language generation

I recently was thinking about reducing the cost of LLMs, specially LLMs which are doing repetitive tasks (such as coding, which has a lot of repetition) and I was thinking of RNN's and had RWKV paper open.

I'm not really good at math but as far as I could understand, they just added that QKV matrix system to a traditional RNN. Based on my personal tests, RWKV models are a little faster on both colab and gaming systems and even when quantized, faster on a CPU using ollama.

So, what do you think about them? If you want to make an LLM from scratch today, would you go with this approach or not?

submitted by /u/Haghiri75
[link] [comments]