Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 355 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 355 Bytes

EEPL

Event Extraction via Prompt Learning

Installation

conda create --name EEPL python=3.8
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=11.3 -c pytorch -c conda-forge
pip install -r requirements.txt

Adding triggers to vocabulary

python new_PLM.py

Training and Testing

python main.py