Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32d1954

Browse files
authored
Update README.md
Fix typo: "the most is mostly converged" vs "the model is mostly converged"
1 parent fad6075 commit 32d1954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

research/textsum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ $ bazel-bin/textsum/seq2seq_attention \
117117
--log_root=textsum/log_root \
118118
--eval_dir=textsum/log_root/eval
119119

120-
# Run the decode. Run it when the most is mostly converged.
120+
# Run the decode. Run it when the model is mostly converged.
121121
$ bazel-bin/textsum/seq2seq_attention \
122122
--mode=decode \
123123
--article_key=article \

0 commit comments

Comments
 (0)