Search code examples
allennlp

AllenNLP: HEAD request failed for url with status code 404 - open information extraction


Running the training command from open information extraction demo fails with the following error message:

OSError: HEAD request failed for url https://raw.githubusercontent.com/allenai/allennlp-models/main/training_config/structured-prediction/srl.jsonnet with status code 404

Does this mean the file is removed? Where can the replacement file be found?

Looking for a replacement file I found this file from allenai repo but it seems to have required fields such as "dataset_reader" missing.


Solution

  • communicated the issue with allennlp and the file is now accessible at the same address.