I used to work with poolside on a variety of stuff. In the free time, I also do some hobby projects.
============
For what it is worth, here are some toy projects and open-source research projects that I am able to share:
https://github.com/EleutherAI/aria Wanna make some music? We have a much better music generation model now but some older samples can be listened to here: https://honglu.fan/files/
https://github.com/honglu2875/mistral_jax This is something a person would attempt when you are only given a few TPUs and you don't like the current TPU inferencing library ;)
Together with Bowen, Jeff and Enrico, we posted a preprint regarding how to extend the context window of models using RoPE embedding (such as Llama families). Enrico trained a few amazing models such as this Llama-2 128k-context. I tried to feed it with the whole Pride and Prejudice and did manual Q&A of the novel. Bowen tried Sherlock Holmes. It wasn't perfect but it did great on those novels!
https://github.com/honglu2875/thing An attempt to build a tool that catches your tensors quietly in your running codes and send them to another python console for inspection.
https://github.com/honglu2875/hironaka
Human intuition favors spaces that are locally modelled by products of coordinate lines (locally
An old but overlooked angle about this is that: Resolving singularities can be a Markov Decision Process. With the rise of modern deep reinforcement learning, we present the repo that implements multiple deep RL methods (gym+stablebaseline3; DQN with PyTorch DDP + MAP-Elites; AlphaZero using JAX) applied on resolution of singularities.