-
1、README_CN.md文件中,python predict.sh ske 应该改为sh predict.sh ske;
2、openue/__init__.py中,所有"/home/ningyu.zny/work/OpenUE/pretrained_model/chinese_wwm_ext_L-12_H-768_A-12/bert_config.json"全路径应该改为相对路径;
…
-
_INFO:tensorflow: name = predicate_output_weights:0, shape = (49, 768) INFO:tensorflow: name = predicate_output_bias:0, shape = (49,) INFO:tensorflow: name = token_label_output_weights:0, shape = (10,…
-
感谢作者提供的代码,但是我找不到predict_online.py这个文件呢
-
-
这个代码是否包含将数据知识抽取的代码啊,我只找到了训练的
-
Hey, first of all, great work. Loved your work in this field.
I think Event Extraction is not working properly on the demo page(http://openue.top/index.html). Can you have a look at it?
Another req…
-
**Describe the question**
> A clear and concise description of what the question is.
如题
**Environment (please complete the following information):**
- OS: [e.g. mac / window]
- Python V…
ghost updated
3 years ago
-
# read configs for the mode, model_name, etc. from setup_config.json
setup_config_path = os.path.join(model_dir, "setup_config.json")
if os.path.isfile(setup_config_path):
…
-
Hi
Great work! I want to try out the model and while running the first step:
1. Data Preprocessing. Put the pretrained language model (e.g., BERT) in the pretrained_model folder and put all raw d…