preparing for first release
This commit is contained in:
@@ -463,7 +463,7 @@
|
||||
],
|
||||
"source": [
|
||||
"bert_config = modeling_tensorflow.BertConfig.from_json_file(bert_config_file)\n",
|
||||
"tokenizer = tokenization.FullTokenizer(\n",
|
||||
"tokenizer = tokenization.BertTokenizer(\n",
|
||||
" vocab_file=vocab_file, do_lower_case=True)\n",
|
||||
"\n",
|
||||
"eval_examples = read_squad_examples(\n",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1268
notebooks/Comparing TF and PT models_MLM_NSP.ipynb
Normal file
1268
notebooks/Comparing TF and PT models_MLM_NSP.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user