"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "5289b4b9e0d96f1544d2bfaf30a59e1ef95acc4d"
Commit c4fe56dc authored by Ahmad Barqawi's avatar Ahmad Barqawi
Browse files

support latest multi language bert fine tune

fix issue of bert-base-multilingual and add support for uncased multilingual
parent 3fc63f12
......@@ -235,7 +235,7 @@ def main():
parser.add_argument("--output_dir", type=Path, required=True)
parser.add_argument("--bert_model", type=str, required=True,
choices=["bert-base-uncased", "bert-large-uncased", "bert-base-cased",
"bert-base-multilingual", "bert-base-chinese"])
"bert-base-multilingual-uncased", "bert-base-chinese", "bert-base-multilingual-cased"])
parser.add_argument("--do_lower_case", action="store_true")
parser.add_argument("--reduce_memory", action="store_true",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment