Executing programs inside transformers with exponentially faster inference
1–10 of 139 posts
Re: Executing programs inside transformers with exponentially faster inference
#2Truly, attention is all you need (I guess).
Re: Executing programs inside transformers with exponentially faster inference
#3Re: Executing programs inside transformers with exponentially faster inference
#4Re: Executing programs inside transformers with exponentially faster inference
#5Re: Executing programs inside transformers with exponentially faster inference
#6Re: Executing programs inside transformers with exponentially faster inference
#7Hey, give it also access to the dump of its weights and way to propose updates so it can see and tinker its brain directly.
Re: Executing programs inside transformers with exponentially faster inference
#8Re: Executing programs inside transformers with exponentially faster inference
#9> This works, but the actual execution happened outside the model. The model specified the computation, then waited for an external system to carry it out. > Our transformer also emits a program, but instead of pausing for an external tool, it executes that program itself, step by step, within the same transformer.
What's the benefit? Is it speed? Where are the benchmarks? Is it that you can backprop through this computation? Do you do so?
Why is it good that it's "inside" the model? Just making it more elegant and nice? The tool was already "inside" the overall hybrid system. What's the actual problem?