Issue with loading model config file for GPT-Neo 2.7B

Hey there.

I am currently facing an issue while trying to load the config file of my GPT-Neo model. Despite having checked that the file is valid, in UTF-8 encoding and located in the right directory, I keep getting the following error message: “JSONDecodeError: Expecting value: line 1 column 1 (char 0)”.

I have already tried to reinstall the jsonschema package and make sure that my Python environment is up to date, but the issue persists.

Do you have any suggestion on how to solve this problem or what could be causing it? I would greatly appreciate any help or insight you can provide.