home_work/ ├── src/ │ ├── model.py # Transformer 模型定义 │ ├── trainer.py # 训练器 │ └── tester.py # 测试器(推理和评估 ...