HLTCHKUST / MulQG

Multi-hop Question Generation with Graph Convolutional Network
MIT License
29 stars 6 forks source link

python bert_ner/predict.py \ #3

Open lizhenping opened 3 years ago

lizhenping commented 3 years ago

in the preprocess.sh,i can not find python bert_ner/predict.py \ --ckpt_path=work_dir/bert_ner.pt \ --input_path=${WORK_DIR}/${OUTPUT_DIR}/selected_paras_QG.json \ --output_path=${WORK_DIR}/${OUTPUT_DIR}/entities.json the file predict.py

lizhenping commented 3 years ago

in the preprocess.sh,i can not find python bert_ner/predict.py --ckpt_path=work_dir/bert_ner.pt --input_path=${WORK_DIR}/${OUTPUT_DIR}/selected_paras_QG.json --output_path=${WORK_DIR}/${OUTPUT_DIR}/entities.json the file predict.py

i have find the answer ,the update a new version of the code the predict.py have changed to predict_QG.py