OpenNRE
OpenNRE copied to clipboard
An Open-Source Package for Neural Relation Extraction (NRE)
Hi. I followed the setup instructions. There seems to be some Python files missing. I'm running on Anaconda 3.7.11. 1) To allow "import opennre" to succeed, I had to manually...
Hi, I wanted to download Chinese pretrained models 'people_chinese_bert_softmax' or 'people_delunknown_chinese_bert_softmax', however these links seem not to be active anymore (below). Is there an alternative link where I can fetch...
Traceback (most recent call last): File "example/train.py", line 155, in framework.train_model('micro_f1') #??? 有问题! File "/home/zhangyue/anaconda3/envs/pytorch_2/lib/python3.8/site-packages/opennre-0.1-py3.8.egg/opennre/framework/sentence_re.py", line 133, in train_model File "/home/zhangyue/anaconda3/envs/pytorch_2/lib/python3.8/site-packages/torch/nn/modules/module.py", line 1051, in _call_impl return forward_call(*input, **kwargs) File "/home/zhangyue/anaconda3/envs/pytorch_2/lib/python3.8/site-packages/torch/nn/parallel/data_parallel.py",...
https://github.com/ngminteck/NUS-ISS-MTech-IS-RS-WS1/blob/main/pretrain.py
毕竟是有一些非NLP领域的需求的。可否提供一下详细的步骤,最好是傻瓜式的哈 :-) 我看到有个[transformer模型](https://huggingface.co/Babelscape/rebel-large?text=Punta+Cana+is+a+resort+town+in+the+municipality+of+Higuey%2C+in+La+Altagracia+Province%2C+the+eastern+most+province+of+the+Dominican+Republic),可否基于这个来训练? 先谢过了!
Thank you for this library `OpenNRE` which is excellent. When running the following example code: ```python import opennre model_name: str = "wiki80_bert_softmax" model: opennre.model.softmax_nn.SoftmaxNN = opennre.get_model(model_name) input_sent: dict = {...
Hey! So I noticed that your Wiki80 dataset is composed of 80 relations (which I assume is wikidata properties), but I noticed some common ones missing, like "capital" or "official...
Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Bumps [transformers](https://github.com/huggingface/transformers) from 3.4.0 to 4.30.0. Release notes Sourced from transformers's releases. v4.30.0: 100k, Agents improvements, Safetensors core dependency, Swiftformer, Autoformer, MobileViTv2, timm-as-a-backbone 100k Transformers has just reached 100k stars...