Skip to content

Commit

Permalink
pointer summarize readme revision (PaddlePaddle#414)
Browse files Browse the repository at this point in the history
* postQA revisions

* postQA

* fixed pointer summarizer readme
  • Loading branch information
logan-siyao-peng authored May 19, 2021
1 parent 8b8a07c commit 3dd9b8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/text_summarization/pointer_summarizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rouge_l_precision: 0.3371 with confidence interval (0.3348, 0.3396)

## Data Preprocessing:
1) Follow data generation instruction from https://github.com/abisee/cnn-dailymail **but place the *make_datafiles_json.py* script provided in this repo into https://github.com/abisee/cnn-dailymail and run *make_datafiles_json.py* instead of *make_datafiles.py* to minimize package dependencies.**
2) place the output folder *finished_files/* as a subfolder in this repo
2) place the output folder *finished_files_json/* as a subfolder in this repo
3) You might need to change some paths and parameters in *config.py*


Expand Down Expand Up @@ -61,4 +61,3 @@ python decode.py path/to/model/dir/
```
python rouge_eval.py path/to/decoded/dir/
```

0 comments on commit 3dd9b8e

Please sign in to comment.