Results 1 issues of vbougay

I'm trying to get ALBERT running locally with the following command line: `python -m albert.run_classifier_with_tfhub --task_name=MNLI --data_dir=./multinli_1.0 --albert_hub_module_handle=https://tfhub.dev/google/albert_large/1 --output_dir=./output --do_train=True` When tokenizer is initialized from TF Hub model it crashes:...