Files
2026-05-16 17:16:51 +08:00

12 lines
329 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 01-Transformer-架构与工程
tags:
- Transformer
- 架构
- 工程
- 深度学习
---
# Transformer 架构与工程
本文件夹深入探讨Transformer架构及其工程实践包括注意力机制Attention、自注意力Self-Attention以及BERT、GPT等基于Transformer的预训练模型。