A complete Chinese translation of "Attention Is All You Need" paper.
This repository contains the Chinese translation of the Transformer paper, preserving all mathematical formulas, tables, and references from the original work.
Compile with XeTeX:
xelatex -interaction=nonstopmode ms.texFonts required:
CJK Fonts:
- FZShuSong-Z01 (方正书宋)
- FZHei-B01 (方正黑体)
- FZKai-Z03 (方正楷体)
- FZFangSong-Z02 (方正仿宋)
Latin Fonts:
- Times New Roman (main font)
- Helvetica Neue (sans-serif)
- Latin Modern Mono (monospace)
Title: Attention Is All You Need Authors: Vaswani et al. Venue: NeurIPS 2017 Link: https://arxiv.org/abs/1706.03762
Follows the original paper's license.