Pinned Loading
-
gpt-from-scratch
gpt-from-scratch PublicA GPT-style language model(equivalent to Chatgpt_2) built entirely from scratch to study the mathematical foundations of LLMs.
Python
-
bpe-tokenizer-from-scratch
bpe-tokenizer-from-scratch PublicA GPT-4 compatible BPE tokenizer built from scratch. Inspired by Andrej Karpathy's minbpe.
Python
-
lstm_TextGenerator_from_scratch
lstm_TextGenerator_from_scratch PublicA fully from-scratch multi-layer LSTM character-level text generator implemented without using nn.LSTM. Includes manual gate computations, custom dataset, training loop, and autoregressive generation.
Jupyter Notebook
-
lstm_from_scratch
lstm_from_scratch PublicA character-level LSTM language model built from scratch in PyTorch. Includes custom multi-layer LSTM implementation, training loop with tqdm, autoregressive text generation, and full code explanat…
If the problem persists, check the GitHub status page or contact support.