An open API service indexing awesome lists of open source software.

https://github.com/xerrors/fastere

the code for "FUE: A Fast Sample-Efficient Unified Extraction Framework for Entity Relation Extraction"
https://github.com/xerrors/fastere

Last synced: 3 months ago
JSON representation

the code for "FUE: A Fast Sample-Efficient Unified Extraction Framework for Entity Relation Extraction"

Awesome Lists containing this project

README

        

# FastERE
the code for "FastERE: A Fast Framework for Entity Relation Extraction"

For Training

```bash
python main.py
```

### Packages

```
numpy==1.24.2
pytorch_crf==0.7.2
pytorch_lightning==1.9.4
PyYAML==6.0
torch==2.0.0
torchcrf==1.1.0
transformers==4.27.1
wandb
gpustat
tensorboardX
```