macanv / BERT-BiLSTM-CRF-NER

Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
https://github.com/macanv/BERT-BiLSMT-CRF-NER
4.68k stars 1.25k forks source link

tensorflow.python.framework.errors_impl.NotFoundError: /home/macan/ml/data/chinese_L-12_H-768_A-12/bert_config.json; No such file or directory #322

Open zwd13122889 opened 4 years ago

zwd13122889 commented 4 years ago

image

z这是我的输入命令

macanv commented 4 years ago

请指定正确的目录。

YanRuYu123 commented 4 years ago

问题解决了吗?我也遇到同样的问题了,但是目录是正确的。

YanRuYu123 commented 4 years ago

image

z这是我的输入命令

您好,我的是在win10系统上运行的,出现类似问题,请问您是如何解决的?

18200122805 commented 2 years ago

同问

kkk39 commented 11 months ago

bert-base-ner-train \ -data_dir /BERT-BiLSTM-CRF-NER/NERdata\ -output_dir /BERT-BiLSTM-CRF-NER/output/result_dir\ -init_checkpoint /BERT-BiLSTM-CRF-NER/checkpointss/chinese_L-12_H-768_A-12/bert_model.ckpt\ -bert_config_file /BERT-BiLSTM-CRF-NER/checkpointss/chinese_L-12_H-768_A-12/bert_config.json \ -vocab_file /BERT-BiLSTM-CRF-NER/checkpointss/chinese_L-12_H-768_A-12/vocab.txt 命令换成这样就可以了