Skip to content
View ademyanchuk's full-sized avatar
  • Hannover, Germany

Block or report ademyanchuk

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
ademyanchuk/README.md

Hi, I'm Alexey 👋

I'm a Machine Learning researcher working at the intersection of ML and medical research.

Alongside my professional work, I build and experiment with large language models to better understand how they train and behave.

I'm particularly interested in:

  • LLM internals
  • Model interpretability and robustness

Building deep foundations, one token at a time.

Always happy to connect with researchers and engineers in the ML space.

📫 Reach me on LinkedIn

Pinned Loading

  1. minbpeminbpePublic

    Educational reimplementation of Byte Pair Encoding (BPE) with regex tokenization, merge order control, and chunk-based encoding – inspired by Karpathy's minbpe.

    Jupyter Notebook

  2. gpt2-diygpt2-diyPublic

    From-scratch reproduction of GPT-2 following Andrej Karpathy's "Zero to Hero" series.

    Jupyter Notebook 1

  3. toksmithtoksmithPublic

    Naive-to-optimized BPE tokenizer — profiling-driven tweaks, parallel pre-tokenization, and smart merging for 7× faster training.

    Python

  4. llama2-rsllama2-rsPublic

    Inference Llama 2 in many files of pure? Rust (karpathy's llama.c port).

    Rust

  5. zcatzcatPublic

    Learn zig by implementing cat

    Zig

  6. MocoMocoPublic

    Moco contrastive unsupervised pretraining on Nih Chest X-Rays dataset.

    Python 2