学习笔记(04):Python自然语言处理-BERT模型实战-NER标注数据处理与读取

立即学习:https://edu.csdn.net/course/play/26498/334637?utm_source=blogtoedu

-data_dir=data
-output_dir=result
-init_checkpoint=chinese_L-12_H-768_A-12/bert_model.ckpt
-bert_config_file=chinese_L-12_H-768_A-12/bert_config.json 
-vocab_file=chinese_L-12_H-768_A-12/vocab.txt  
-batch_size=64
修改bert_lstm_ner 613 行
tensorflow 1.14版本以下early_stopping_hook = tf.contrib.estimator.stop_if_no_decrease_hook(
tensorflow 1.14版本(含)及以上tf.estimator.experimental.stop_if_no_decrease_hook

你可能感兴趣的:(研发管理,python,自然语言处理,人工智能,NLP,框架)