Update feature_config.py

This commit is contained in:
yongzhuo 2019-06-11 15:44:36 +08:00 committed by GitHub
parent ef5e94ada4
commit 45547fd8e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ sys.path.append(projectdir)
# path of BERT model # path of BERT model
model_dir = projectdir + '/Data/chinese_L-12_H-768_A-12/' model_dir = projectdir + '/Data/chinese_L-12_H-768_A-12'
config_name = model_dir + '/bert_config.json' config_name = model_dir + '/bert_config.json'
ckpt_name = model_dir + '/bert_model.ckpt' ckpt_name = model_dir + '/bert_model.ckpt'
vocab_file = model_dir + '/vocab.txt' vocab_file = model_dir + '/vocab.txt'