spert icon indicating copy to clipboard operation
spert copied to clipboard

PyTorch code for SpERT: Span-based Entity and Relation Transformer

Results 13 spert issues
Sort by recently updated
recently updated
newest added

Hi, when I have run this command: python ./spert.py predict --config configs/example_predict.conf, an error occurred,like this:Traceback (most recent call last): File "/home/zhang/anaconda3/envs/spert/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() File "/home/zhang/anaconda3/envs/spert/lib/python3.7/multiprocessing/process.py", line...

Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

``` (base) root@Work-Station:/mnt/e/Github/spert# bash ./scripts/fetch_datasets.sh --2022-05-07 19:37:09-- http://lavis.cs.hs-rm.de/storage/spert/public/datasets/conll04/ Resolving lavis.cs.hs-rm.de (lavis.cs.hs-rm.de)... 195.72.96.43 Connecting to lavis.cs.hs-rm.de (lavis.cs.hs-rm.de)|195.72.96.43|:80... failed: Connection timed out. Retrying. --2022-05-07 19:39:23-- (try: 2) http://lavis.cs.hs-rm.de/storage/spert/public/datasets/conll04/ Connecting to lavis.cs.hs-rm.de (lavis.cs.hs-rm.de)|195.72.96.43|:80......

Hi, Thanks for sharing this awesome work. I have a few doubts please help me to understand: I have a set of text paragraphs and want to extract entities and...

Hi, just wondering whether there are any efforts in the SpERT + GPT model integration?

During the training with my Chinese dataset, it always occurred the following error, could you please help me to solve it? ![image](https://user-images.githubusercontent.com/22999703/147940970-0b22e0ed-c91b-48e3-b5f8-7f623ec917b0.png)

Hi, thanks for the amazing work Is there a snippet somewhere explaining how to efficiently use the model for inference? Like this: ```python3 s = "The sequence I wanna extract...

when i run spert.py, it always occurred the following error, and i found some files about this problem, but i didn't solve it, please help me! Thank you very much....

Hi @markus-eberts , thanks for sharing your great work. I was playing around a variation of spERT, where the relations where extracted using a softmax instead of a sigmoid. To...

I'm, thanks for the code I've tried to run the train mode following this: https://github.com/lavis-nlp/spert#examples. I have downloaded the spacy model, but I get the following error: `TypeError: tuple indices...