Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhui0924 committed Mar 6, 2020
1 parent 75fcc8b commit d726c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s2s-ft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The golden answer text files can be downloaded at [here](https://unilm.blob.core
SPLIT=validation
GOLD_PATH=/your/path/to/${SPLIT}.target
# ${MODEL_PATH}.${SPLIT} is the predicted target file
python eval_for_xsum/eval.py --pred ${MODEL_PATH}.${SPLIT} --gold ${GOLD_PATH} --split ${SPLIT}
python evaluations/eval_for_xsum.py --pred ${MODEL_PATH}.${SPLIT} --gold ${GOLD_PATH} --split ${SPLIT}
```


Expand Down

0 comments on commit d726c1a

Please sign in to comment.