Closed jacklxc closed 5 years ago
It seems that this is because I didn't add the line --include-package scicite
.
Can you show me the command line you executed? I get an error when I use my own command line. My command line looks like the following: allennlp predict aclarc.tar.gz aclarcdata/test.jsonl --predictor predictor_aclarc --include-package scicite --overrides "{'model':{'data_format':'predictor_aclarc'}}"
Hi, I'm new to AllenNLP. I was trying to simply run scicite to predict the provided
test.jsonl
file using the pre-trainedscicite.tar.gz
, but got the following error. Can you please help me fixing it?