An open API service indexing awesome lists of open source software.

https://github.com/mrshibly/minigpt-from-scratch

A complete implementation of a GPT-style decoder-only Transformer language model built from scratch in PyTorch, including BPE tokenization, dataset preprocessing, training pipeline, mixed-precision training, checkpointing, and text generation.
https://github.com/mrshibly/minigpt-from-scratch

deep-learning gpt language-model llm machine-learning minigpt nlp pyt self-attention transformer

Last synced: about 1 month ago
JSON representation

A complete implementation of a GPT-style decoder-only Transformer language model built from scratch in PyTorch, including BPE tokenization, dataset preprocessing, training pipeline, mixed-precision training, checkpointing, and text generation.

Awesome Lists containing this project