Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 542 Bytes

AIDA Entity Coreference

docker build --tag laituan245/spanbert_entity_coref .
docker push laituan245/spanbert_entity_coref
docker run --gpus '"device=0"' --rm -v /shared:/shared laituan245/spanbert_entity_coref -edl_official input1.tab -edl_freebase input2.tab -l ltf_dir -o output.tab

Training Instructions

To train a model, simply run the following command

python runner.py 

By default, the code will use the spanbert_large config.