A list of projects I’ve worked on or contributed to, or am currently working on. Most of these are open-source software projects.
- mlx-convnext: Trained a smol ConvNext model on CIFAR-10 using the MLX framework. I wrote this mostly as an exercise to learn MLX, and to refresh my memory on ConvNets.
- diversity: Open-source package by Chantal Shaib for evaluating the lexical diversity of LLM outputs. I contributed some optimizations (mostly batched operations) to make evaluation on text much faster.