awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesTransformer Tutorials

Step-by-step educational walkthroughs for implementing transformer models using the PyTorch framework.

Distinct from PyTorch Training Frameworks: Distinct from PyTorch Training Frameworks: focuses specifically on educational transformer implementation walkthroughs, not general PyTorch training infrastructure.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Transformer Tutorials. Refine with filters or upvote what's useful.

Awesome Transformer Tutorials GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • karpathy/build-nanogptAvatar von karpathy

    karpathy/build-nanogpt

    4,746Auf GitHub ansehen↗

    This is an educational implementation that builds a generative pre-trained transformer (GPT) language model from scratch using PyTorch. The project is structured as a step-by-step tutorial, walking through the construction of a decoder-only transformer architecture and its training loop with clean git commits and an accompanying video lecture for a hands-on learning experience. What sets this implementation apart is its focus on practical reproduction: it provides a workflow to train a 124-million-parameter model from scratch in about one hour on cloud GPU hardware, costing under ten dollars.

    Provides a step-by-step walkthrough for implementing a transformer language model using PyTorch.

    Python
    Auf GitHub ansehen↗4,746
  1. Home
  2. Artificial Intelligence & ML
  3. PyTorch Training Frameworks
  4. Transformer Tutorials