Errors while setting-up OntoNotes dataset
Hafsa-Masroor opened this issue · 0 comments
Hafsa-Masroor commented
Hi All, @mandarjoshi90
To setup & train the model, I've executed following commands in order:
export data_dir=.
./setup_all.sh
./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:
- My dataset resides in folder D:/Studies/_MSDS/Thesis/BERT_CR_Baseline/coref-master/ontonotes-release-5.0 & I'm at coref-master directory while executing these commands.
- Full error logs are attached below.