clean up readme and examples

This commit is contained in:
thomwolf
2018-11-17 12:19:16 +01:00
parent 757750d6f6
commit c8cba67742
3 changed files with 3 additions and 14 deletions

View File

@@ -351,11 +351,6 @@ def main():
type=str,
required=True,
help="The name of the task to train.")
parser.add_argument("--vocab_file",
default=None,
type=str,
required=True,
help="The vocabulary file that the BERT model was trained on.")
parser.add_argument("--output_dir",
default=None,
type=str,