update to transformers 2.3.0
This commit is contained in:
@@ -1,3 +1 @@
|
||||
export BERT_BASE_DIR=./
|
||||
|
||||
transformers bert $BERT_BASE_DIR/bert_model.ckpt $BERT_BASE_DIR/bert_config.json $BERT_BASE_DIR/pytorch_model.bin
|
||||
python convert_bert_original_tf_checkpoint_to_pytorch.py --tf_checkpoint_path bert_model.ckpt --bert_config_file bert_config.json --pytorch_dump_path bert_model.bin
|
||||
|
||||
Reference in New Issue
Block a user