Browse Source

!13566 fix transformer readme

From: @yuchaojie
Reviewed-by: @oacjiewen,@c_34
Signed-off-by: @c_34
tags/v1.2.0-rc1
mindspore-ci-bot Gitee 4 years ago
parent
commit
5d410342e9
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      model_zoo/official/nlp/transformer/README.md
  2. +3
    -3
      model_zoo/official/nlp/transformer/README_CN.md

+ 1
- 1
model_zoo/official/nlp/transformer/README.md View File

@@ -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)


+ 3
- 3
model_zoo/official/nlp/transformer/README_CN.md View File

@@ -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 |


Loading…
Cancel
Save