Pinned Repositories
AlphaFour
From-scratch implementation of AlphaZero applied to Connect Four :robot:
alphax
scalable + fast alphazero in jax
bb-transformer
Transformer implementation using custom PyTorch modules
benchmark-correlations
Calculate statistical correlations between LLM benchmarks
Ensemble4DFlowNet
Super Resolution 4D Flow MRI using Ensemble Learning
leonericsson.github.io
research blog + website
llmcontext
:anger: Pressure testing the context window of open LLMs
llmjudge
Exploring limitations of LLM-as-a-judge
mindex
A local semantic search engine over your mind index.
scrapers
Project that scrapes facebook posts from a buy-&-sell group. Uses BeautifulSoup to parse through HTML code, then sends notification to user when a post with desired key word is made
LeonEricsson's Repositories
LeonEricsson/llmcontext
:anger: Pressure testing the context window of open LLMs
LeonEricsson/llmjudge
Exploring limitations of LLM-as-a-judge
LeonEricsson/Ensemble4DFlowNet
Super Resolution 4D Flow MRI using Ensemble Learning
LeonEricsson/leonericsson.github.io
research blog + website
LeonEricsson/scrapers
Project that scrapes facebook posts from a buy-&-sell group. Uses BeautifulSoup to parse through HTML code, then sends notification to user when a post with desired key word is made
LeonEricsson/AlphaFour
From-scratch implementation of AlphaZero applied to Connect Four :robot:
LeonEricsson/alphax
scalable + fast alphazero in jax
LeonEricsson/bb-transformer
Transformer implementation using custom PyTorch modules
LeonEricsson/benchmark-correlations
Calculate statistical correlations between LLM benchmarks
LeonEricsson/Chess
Chess is a two-player strategy board game played on a checkered board with 64 squares arranged in an 8×8 square grid, this is my implementation of the classic board game
LeonEricsson/echogen
Auto-regressive character level generator of new things
LeonEricsson/Kattis
Kattis is an online code judging platform similar to LeetCode. This is a collection of my solutions to problems within Dynamic Programming, Arithmetic, Graph Theory, Search and Computation Geometry.
LeonEricsson/LeetCode
LeetCode is an online code judging platform that provides thousands of programming problems for anyone to tackle. This is a collection of my solutions to some of these problems.
LeonEricsson/llama.cpp
Port of Facebook's LLaMA model in C/C++
LeonEricsson/mindex
A local semantic search engine over your mind index.
LeonEricsson/Mini-Projects
This is a collection of various smaller projects such as Game of Life, TSP, Huffmancoding, Trailblazer and Robots (Game)
LeonEricsson/Pintos
Pintos is a simple operating system framework for the 80x86 architecture with several implemented OS features. The OS is written in C++.
LeonEricsson/entropix
Entropy Based Sampling and Parallel CoT Decoding
LeonEricsson/GPU-Puzzles
[Completed 07/01/24 ✅]
LeonEricsson/LeonEricsson
LeonEricsson/merge
a collection of transformer-based model implementations from various papers
LeonEricsson/mlx
MLX: An array framework for Apple silicon
LeonEricsson/mlx-examples
Examples in the MLX framework
LeonEricsson/Tensor-Puzzles
[Completed 03/01/24 ✅]
LeonEricsson/Tetris
Tetris is a tile-matching video game first published in 1984, this is a modified version of the game with new features such as powerup-states.
LeonEricsson/tracker
Visual Object Trackers on the OTB-mini dataset.
LeonEricsson/vector-store
a minimal vector storage in numpy
LeonEricsson/yet-another-applied-llm-benchmark
A benchmark to evaluate language models on questions I've previously asked them to solve.