awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • karpathy/build-nanogptkarpathy 的头像

    karpathy/build-nanogpt

    4,746在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,746
  1. Home
  2. Artificial Intelligence & ML
  3. PyTorch Training Frameworks
  4. Transformer Tutorials