Earlier quoted context omitted.
The audience of this paper are other researchers who already know the concept of attention, which was very well known already in the field. In such research papers, such things are never explained again, as all the researchers already know this or can read other sources, which are cited, but focus on the actual research questions. In this case, the research question was simply: Can we get away by just using attention…
What books cover exclusively about this topic ? Thanks
LLM Visualization
131–138 of 138 posts
Re: LLM Visualization
#132Anyone know if there is a name for this 3D control schema? This feels like one of the most intuitive setups I've ever used.
But for me it's really broken haha
1) When you zoom, the cursor doesn't stay in the same position relative to some projected point 2) Panning also doesn't pin the cursor to a projected point, there's just a hacky multiplier there based on zoom
The main issue is that I'm storing the view state as target (on 2D plane) + euler angles + distance. Which is easy to think about, but issues 1 & 2 are better solved by manipulating a 4x4 view matrix. So would just need a matrix -> target-vector-pair conversion to get that working.
Re: LLM Visualization
#133Am I the only one getting "Application error: a client-side exception has occurred (see the browser console for more information)." messages?
I wasn't expecting it to get quite this popular, so hadn't handled this (rather major) edge case.
Re: LLM Visualization
#134Earlier quoted context omitted.
What a nice comment!! This has been a big failing of my mental model. I always believed if I was smart enough I should understand things without effort. Still trying to unlearn this....
That is a surprisingly common fallacy actually; I think you will find this book quite helpful to overcome it: https://www.penguinrandomhouse.com/books/44330/mindset-by-ca...
Re: LLM Visualization
#135Anyone know if there is a name for this 3D control schema? This feels like one of the most intuitive setups I've ever used.
Author here! Thanks, you'll find the code in https://github.com/bbycroft/llm-viz/blob/main/src/llm/Canvas... I don't know a name for it, I just made it up. But for me it's really broken haha 1) When you zoom, the cursor doesn't stay in the same position relative to some projected point 2) Panning also doesn't pin the cursor to a projected point, there's just a hacky multiplier there based on zoom The main issue is th…
https://connectivity.brain-map.org/3d-viewer?v=1&types=PLY&P...
This pinning to one single plane works really well in this particular case because what you are showing is mostly a flat thing anyway, so you don't have much reason to put the view direction close to the plane. A straightforward extension of this behaviour would be to add a few more planes, like one for each of the the cardinal directions and just switch which plane is the one the panning happens in, might be interesting to try for a more rounded object.
To me the zoom seems to do what is expected, zooming around the cursor position tends to be disorientating in 3D anyway, though maybe I didn't understand what problem you complained about.
Re: LLM Visualization
#136Anyone know if there is a name for this 3D control schema? This feels like one of the most intuitive setups I've ever used.
Author here! Thanks, you'll find the code in https://github.com/bbycroft/llm-viz/blob/main/src/llm/Canvas... I don't know a name for it, I just made it up. But for me it's really broken haha 1) When you zoom, the cursor doesn't stay in the same position relative to some projected point 2) Panning also doesn't pin the cursor to a projected point, there's just a hacky multiplier there based on zoom The main issue is th…
Re: LLM Visualization
#137Twitter thread by the author sharing some extra context on this work: https://twitter.com/BrendanBycroft/status/173104295714982714...
Thanks for sharing. This is a great thread. Since X now hides replies for non-logged in user here is a nitter link for those without an account (like me) that might want to see the full thread. https://nitter.net/BrendanBycroft/status/1731042957149827140