Earlier quoted context omitted.
I think it's just, everyone in their discord channel.
What channel? I have an application for sequence models I think might be novel, and I'd like to be able to get credit and help research it if possible. Probably somebody has already done it, but I cannot search well enough to find related literature.
RWKV: Reinventing RNNs for the Transformer Era
21–30 of 176 posts
Re: RWKV: Reinventing RNNs for the Transformer Era
#22https://twitter.com/arankomatsuzaki/status/16390003799784038...
Has anyone here experimented with this recently to confirm?
Re: RWKV: Reinventing RNNs for the Transformer Era
#23I'm a regular involved with the RWKV community.
AMA, on RWKV, and I will do my best to answer them here for the next hour (one at a time)
PS: you can find our discord here : https://discord.gg/qt9egFA7ve
Re: RWKV: Reinventing RNNs for the Transformer Era
#24What would be called "attention" now, though, basically didn't exist in that system. Once you started training it on something new it lost everything.
For anyone wondering, it was written in Actionscript 3, and ridiculously, each neuron was bound to a display class that displayed as a semitransparent cube that lit up as the inputs propagated through them. A thoroughly ridiculous side project.
But other than scaling that from 1000 neurons to billions, I'm curious what has changed about the concepts of pathing or tolerance to make these models better? Maybe my concept of the principle behind modern LLMs is too archaic or rooted in a cartoon understanding of our own wetware that I tried to reproduce.
[edit: I'm describing an ancient home project... for anyone downvoting this, I'm more than receptive to hearing your reasons why it's stupid. I'm the first to admit it seems stupid!]
Re: RWKV: Reinventing RNNs for the Transformer Era
#25Alas, it doesn't appear to work well for longer contexts: https://twitter.com/arankomatsuzaki/status/16390003799784038... Has anyone here experimented with this recently to confirm?
Re: RWKV: Reinventing RNNs for the Transformer Era
#26Dumb arxiv question (sorry); is it possible to see what journal a paper was actually submitted to, to help find the reviewed version when it comes out?
Re: RWKV: Reinventing RNNs for the Transformer Era
#27As a (mostly) layperson, this seems like it could be a very significant paper. What are the odds we see the next few years of machine learning models based on RWKV like we have seen with transformers since the attention is all you need paper?
Re: RWKV: Reinventing RNNs for the Transformer Era
#28I wrote a home-brew neural network around 2006, just to see what would happen. I'd read no papers on it, and just kind of made it up as I went along. The result was basically a cube of "neurons" which had stronger and weaker trigger points to their neighbors and would propagate "spark" to one or more neighbors based on the strength and direction of spark they got from their other neighbors. Each of the connections an…
Re: RWKV: Reinventing RNNs for the Transformer Era
#29Jesus H. Christ, first time I see a collaboration this big on a ML paper. How does a team like that even come together? This isn't the LHC.
Mostly lead by a single person (blink). This community consist mostly of people outside the academia / big VC tech scene
When eleutherAI offered to help us with writing the paper. Various key folks banded together for the paper, as it’s what seems to be a very strong alternative to transformers
This does not mean everyone in the discord was credited.
The requirements are for significant contributions to the paper. typically several paragraphs long worth of drafting and revisions
Just doing a line of grammar change or a single benchmark is not enough
Re: RWKV: Reinventing RNNs for the Transformer Era
#30I wrote a home-brew neural network around 2006, just to see what would happen. I'd read no papers on it, and just kind of made it up as I went along. The result was basically a cube of "neurons" which had stronger and weaker trigger points to their neighbors and would propagate "spark" to one or more neighbors based on the strength and direction of spark they got from their other neighbors. Each of the connections an…
What determined whether it's output was "ideal" for the certainty measure to go off of? Backprop?