From 483ab836c9cc115e6109b052a839c697b89b251b Mon Sep 17 00:00:00 2001 From: yuchaojie Date: Thu, 18 Mar 2021 20:35:12 +0800 Subject: [PATCH] fix transformer readme --- model_zoo/official/nlp/transformer/README.md | 2 +- model_zoo/official/nlp/transformer/README_CN.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/model_zoo/official/nlp/transformer/README.md b/model_zoo/official/nlp/transformer/README.md index c722d5b9be..d856ee3024 100644 --- a/model_zoo/official/nlp/transformer/README.md +++ b/model_zoo/official/nlp/transformer/README.md @@ -34,7 +34,7 @@ Specifically, Transformer contains six encoder modules and six decoder modules. Note that you can run the scripts based on the dataset mentioned in original paper or widely used in relevant domain/network architecture. In the following sections, we will introduce how to run the scripts using the related dataset below. -- *WMT Englis-German* for training. +- *WMT English-German* for training. - *WMT newstest2014* for evaluation. ## [Environment Requirements](#contents) diff --git a/model_zoo/official/nlp/transformer/README_CN.md b/model_zoo/official/nlp/transformer/README_CN.md index c85ac6e021..5826086610 100644 --- a/model_zoo/official/nlp/transformer/README_CN.md +++ b/model_zoo/official/nlp/transformer/README_CN.md @@ -40,7 +40,7 @@ Transformer具体包括六个编码模块和六个解码模块。每个编码模 ## 数据集 -- 训练数据集*WMT Englis-German* +- 训练数据集*WMT English-German* - 评估数据集*WMT newstest2014* ## 环境要求 @@ -245,7 +245,7 @@ Parameters for learning rate: #### 训练性能 -| 参数 | Transformer | +| 参数 | Ascend | | -------------------------- | -------------------------------------------------------------- | | 资源 | Ascend 910 | | 上传日期 | 2020-06-09 | @@ -263,7 +263,7 @@ Parameters for learning rate: #### 评估性能 -| 参数 | GoogleNet | +| 参数 | Ascend | | ------------------- | --------------------------- | |资源| Ascend 910 | | 上传日期 | 2020-06-09 |