Skip to content

Commit fcc4096

Browse files
author
liaogang
committed
rename paraphase_model to paraphrase_model
ISSUE=4604681 git-svn-id: https://svn.baidu.com/idl/trunk/paddle@1452 1ad973e4-5ce8-4261-8a94-b56d1f490c56
1 parent 9e83dac commit fcc4096

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/demo/embedding_model/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ The general command of extracting desired parameters from the pretrained embeddi
5454
Here, you can simply run the command:
5555

5656
cd $PADDLE_ROOT/demo/seqToseq/data/
57-
./paraphase_model.sh
57+
./paraphrase_model.sh
5858

5959
And you will see following embedding model structure:
6060

61-
paraphase_model
61+
paraphrase_model
6262
|--- _source_language_embedding
6363
|--- _target_language_embedding
6464

@@ -90,7 +90,7 @@ Then, train the model by running the command:
9090

9191
where `train.sh` is almost the same as `demo/seqToseq/translation/train.sh`, the only difference is following two command arguments:
9292

93-
- `--init_model_path`: path of the initialization model, here is `data/paraphase_model`
93+
- `--init_model_path`: path of the initialization model, here is `data/paraphrase_model`
9494
- `--load_missing_parameter_strategy`: operations when model file is missing, here use a normal distibution to initialize the other parameters except for the embedding layer
9595

9696
For users who want to understand the dataset format, model architecture and training procedure in detail, please refer to [Text generation Tutorial](text_generation.md).

0 commit comments

Comments
 (0)