forked from mindspore-Ecosystem/mindspore
fix transformer readme
This commit is contained in:
parent
103922cde5
commit
483ab836c9
|
@ -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)
|
||||
|
|
|
@ -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…
Reference in New Issue