From c6982d1f1bf2e0ddf8edda588ae2bf630178d14d Mon Sep 17 00:00:00 2001 From: CaoJian Date: Wed, 28 Oct 2020 17:58:21 +0800 Subject: [PATCH] update lstm README --- model_zoo/official/nlp/lstm/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/model_zoo/official/nlp/lstm/README.md b/model_zoo/official/nlp/lstm/README.md index 5b61b12615..7b2fe1c02d 100644 --- a/model_zoo/official/nlp/lstm/README.md +++ b/model_zoo/official/nlp/lstm/README.md @@ -31,6 +31,7 @@ LSTM contains embeding, encoder and decoder modules. Encoder module consists of # [Dataset](#contents) +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. - aclImdb_v1 for training evaluation.[Large Movie Review Dataset](http://ai.stanford.edu/~amaas/data/sentiment/) - GloVe: Vector representations for words.[GloVe: Global Vectors for Word Representation](https://nlp.stanford.edu/projects/glove/) @@ -226,8 +227,8 @@ config.py: | Parameters | LSTM (GPU) | LSTM (CPU) | | -------------------------- | -------------------------------------------------------------- | -------------------------- | | Resource | Tesla V100-SMX2-16GB | Ubuntu X86-i7-8565U-16GB | -| uploaded Date | 08/06/2020 (month/day/year) | 08/06/2020 (month/day/year)| -| MindSpore Version | 0.6.0-beta | 0.6.0-beta | +| uploaded Date | 10/28/2020 (month/day/year) | 10/28/2020 (month/day/year)| +| MindSpore Version | 1.0.0 | 1.0.0 | | Dataset | aclimdb_v1 | aclimdb_v1 | | Training Parameters | epoch=20, batch_size=64 | epoch=20, batch_size=64 | | Optimizer | Momentum | Momentum | @@ -244,8 +245,8 @@ config.py: | Parameters | LSTM (GPU) | LSTM (CPU) | | ------------------- | --------------------------- | ---------------------------- | | Resource | Tesla V100-SMX2-16GB | Ubuntu X86-i7-8565U-16GB | -| uploaded Date | 08/06/2020 (month/day/year) | 08/06/2020 (month/day/year) | -| MindSpore Version | 0.6.0-beta | 0.6.0-beta | +| uploaded Date | 10/28/2020 (month/day/year) | 10/28/2020 (month/day/year) | +| MindSpore Version | 1.0.0 | 1.0.0 | | Dataset | aclimdb_v1 | aclimdb_v1 | | batch_size | 64 | 64 | | Accuracy | 84% | 83% |