Skip to content
View JosephGabito's full-sized avatar
🔥
Grilling Chicken Inasal
🔥
Grilling Chicken Inasal

Organizations

@codeablehq @UncannyOwl @dunhakdissoftwarecreatives

Block or report JosephGabito

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.

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
JosephGabito/README.md

Engineering AI agents and automation systems. Currently spending too much time thinking about orchestration, memory, and context windows.

Pinned Loading

  1. Single-file training script for a GP... Single-file training script for a GPT-style decoder trained on TinyStories using GPT-2 BPE (tiktoken). Implements a modern pre-norm stack (RMSNorm + causal SDPA + GELU MLP) with weight tying, bf16 mixed precision (when available), warmup + cosine LR decay, gradient clipping, checkpointing (best + periodic), and a built-in sample generation at the end.
    1
    """
    2
    i16 — Train a GPT-style decoder on TinyStories (tiktoken GPT-2 BPE).
    3
    4
    Usage:
    5
      python i16_train.py --data TinyStoriesV2-GPT4-train.txt --out checkpoints