However, maybe this is not the case. I have a bit of a history of messing with residuals in neural networks, seeing more work on it is good. Fast training networks of course are a very slightly mild obsession of mine as well, and very useful to the field. Here's hoping it pans out as a motif, curious to see where it goes.
DenseFormer: Enhancing Information Flow in Transformers
11–20 of 35 posts
Re: DenseFormer: Enhancing Information Flow in Transformers
#12This method has only been tested on tiny models (<1B) and tiny dataset (17B tokens). It’s not clear if it scales.
To be fair to the authors they are affiliated with a university and not a big industrial lab, so they may be working with significantly constrained resources. Not sure exactly what the best solution is for this case given that it affects most people outside of a very select few.
Re: DenseFormer: Enhancing Information Flow in Transformers
#13Re: DenseFormer: Enhancing Information Flow in Transformers
#14This method has only been tested on tiny models (<1B) and tiny dataset (17B tokens). It’s not clear if it scales.
In other words, I don't really care if it scales. I almost hope it doesn't.
Re: DenseFormer: Enhancing Information Flow in Transformers
#15Cool paper. Really interesting to see how even quite straightforward architectural modifications haven't yet all been exhausted yet, despite all the resources being poured into LLMs
The problem is that they have to be tested for 7B models at least to show promise for larger models. And that requires significant compute resources.
Re: DenseFormer: Enhancing Information Flow in Transformers
#16> Impact statement: > This paper presents work whose goal is to advance the field of Machine Learning. There are many potential societal consequences of our work, none which we feel must be specifically highlighted here. I found this particularly charming.
Re: DenseFormer: Enhancing Information Flow in Transformers
#17This method has only been tested on tiny models (<1B) and tiny dataset (17B tokens). It’s not clear if it scales.
If a genie appeared and granted one wish, I would wish that we find an extremely powerful machine learning technique that doesn't scale. Imagine if an average desktop computer was almost as good as a billion dollar super computer. In other words, I don't really care if it scales. I almost hope it doesn't.
Re: DenseFormer: Enhancing Information Flow in Transformers
#18Earlier quoted context omitted.
The problem is that they have to be tested for 7B models at least to show promise for larger models. And that requires significant compute resources.
I wonder whether we're missing out on techniques that work well on large models but that don't show promise on small ones
Re: DenseFormer: Enhancing Information Flow in Transformers
#19The architecture changes are very straight forward. Model merging has shown that pre-trained transformer layers are very robust. I’ll bet it’s possible to fine tune a pre-trained model like mistral to use this architecture. That would enable someone to test it with more parameters without training a whole new base model.