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"
- Host: GitHub
- URL: https://github.com/xerrors/fastere
- Owner: xerrors
- Created: 2024-05-15T14:31:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T07:50:37.000Z (6 months ago)
- Last Synced: 2025-01-07T22:42:55.037Z (5 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```