mandarjoshi90 / coref

BERT for Coreference Resolution
Apache License 2.0
440 stars 92 forks source link

Errors while setting-up OntoNotes dataset #70

Closed Hafsa-Masroor closed 3 years ago

Hafsa-Masroor commented 3 years ago

Hi All, @mandarjoshi90

To setup & train the model, I've executed following commands in order:

  1. export data_dir=.
  2. ./setup_all.sh
  3. ./setup_training.sh ../ontonotes-release-5.0 $data_dir

Upon executing the 3rd commands, following error is encountered after downloading the necessary files/models; could not find the gold parse [../ontonotes-release-5.0/data/files/data/arabic/annotations/nw/ann/00/ann_0001.parse] in the ontonotes distribution ... exiting ... Following with multiple errors for No such file or directory

Though I deleted arabic & chinese folders from ontonotes dataset as they are not needed, still the error is same. Please help in identifying the cause & suggest its fix. Thanks!

Notes:

ErrorLogs.txt