Skip to content
View oli-clive-griffin's full-sized avatar

Block or report oli-clive-griffin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
oli-clive-griffin/README.md

Oli Clive-Griffin

AI Safety, Mech Interp, Software

www.olicg.xyz

some projects: (various states of polish)

  • Crosscode - A Library for training Crosscoders and Transcoders. Implementing many recent SOTA techniques
  • Rusp - A lisp interpreter and Bytecode Compiler/VM written in Rust (name suggestions welcome)
  • Rax - A small deep learning library able to train neural networks in less than 1000 lines of dependency free Rust.
  • Einchain - expressive method chaining for einsum ops
  • My solutions for ARENA 3.0
  • From scratch GPT implementation
  • Induction Heads - A simple demonstration of induction heads forming in a 2 layer attention only transformer
  • Conway's game of life in 3D

Pinned Loading

  1. model-diffing/model-diffing model-diffing/model-diffing Public

    Base repo for MARS model diffing project under Bilal Chughtai

    Python 3

  2. rusp rusp Public

    a lightweight tree-walk lisp interpreter, and bytecode-compiler/vm, written in rust

    Rust

  3. rax rax Public

    A toy deep learning library written in rust, very loosely inspired by the functional patterns of Jax

    Rust