Open abrichr opened 1 year ago
RWKV-LM can be used throughout the project to:
Implementation:
Limitation:
As Dian mentioned above, RWKV-LM could be helpful for us since it could analyze large amounts of past user actions to better predict future actions. It could also learn how to do more complex tasks that the user themselves don't know how to do, as it could learn from longer texts like instruction manuals. These benefits would also help with efficiency and speed up the automation.
As for implementation, we could consider combining RWKV-LM with another tool that could help with the graphical side of things. For example, we could have RWKV_LM understand the task we wish to execute and lay out the steps needed, then using something like OCR or MiniGPT-4, we could handle how to execute the steps on the GUI.
How can we use RWKV-LMM to implement "infinite" context lengths?
From https://github.com/BlinkDL/RWKV-LM:
Additional reading:
From Deep to Long Learning?
Hyena Hierarchy: Towards Larger Convolutional Language Models