WenRichard / KBQA-BERT

基于知识图谱的问答系统,BERT做命名实体识别和句子相似度,分为online和outline模式
MIT License
1.45k stars 349 forks source link

need file #29

Open ddgetget opened 4 years ago

ddgetget commented 4 years ago

no ./Config/NER/ner_data.conf , how did you run it ?

czycurefun commented 3 years ago

I have the same question, where is the ner_data.conf profile?

czycurefun commented 3 years ago

image 在run_ner.py中这样设置就不会报错了

czycurefun commented 3 years ago

flags.DEFINE_string('data_config_path', './Config/NER/ner_data.conf', 'data config file, which save train and dev config')