Skip to content

Commit

Permalink
update spm_encode docs for bpe dropout
Browse files Browse the repository at this point in the history
  • Loading branch information
mcognetta committed May 1, 2024
1 parent 7dcb541 commit 530f556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spm_encode_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
ABSL_FLAG(std::string, model, "", "model file name");
ABSL_FLAG(
std::string, output_format, "piece",
"choose from piece, id, proto, nbest_piece, nbest_id, or nbest_proto");
"choose from piece, id, proto, sample_piece, sample_id, sample_proto, "
"nbest_piece, nbest_id, or nbest_proto");
ABSL_FLAG(std::string, input, "", "input filename");
ABSL_FLAG(std::string, output, "", "output filename");
ABSL_FLAG(std::string, extra_options, "",
Expand Down

0 comments on commit 530f556

Please sign in to comment.