Skip to content

Commit 3dd9b8e

Browse files
pointer summarize readme revision (#414)
* postQA revisions * postQA * fixed pointer summarizer readme
1 parent 8b8a07c commit 3dd9b8e

File tree

1 file changed

+1
-2
lines changed
  • examples/text_summarization/pointer_summarizer

1 file changed

+1
-2
lines changed

examples/text_summarization/pointer_summarizer/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rouge_l_precision: 0.3371 with confidence interval (0.3348, 0.3396)
3333

3434
## Data Preprocessing:
3535
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.**
36-
2) place the output folder *finished_files/* as a subfolder in this repo
36+
2) place the output folder *finished_files_json/* as a subfolder in this repo
3737
3) You might need to change some paths and parameters in *config.py*
3838

3939

@@ -61,4 +61,3 @@ python decode.py path/to/model/dir/
6161
```
6262
python rouge_eval.py path/to/decoded/dir/
6363
```
64-

0 commit comments

Comments
 (0)