OSError: Can't load the configuration of '/facebook/blenderbot-400M-distill'

Hi,

I am trying to run this on my machine but getting the following error:

OSError: Can’t load the configuration of ‘/facebook/blenderbot-400M-distill’. If you were trying to load it from ‘Models - Hugging Face’, make sure you don’t have a local directory with the same name. Otherwise, make sure ‘/facebook/blenderbot-400M-distill’ is the correct path to a directory containing a config.json file

Please can you guide me as to how to proceed?

Thanks,

Naveen

Naveen,

your error is telling you to check two of the either things

if you have located the Models - Hugging Face in the correct directory path as it is unable to locate as per the code written by you. Kindly check the config.json file, check what directory path is mentioned and it matches with the location of the dataset present in your local directory and the way it has been recalled in your codes.

Otherwise the error is stating if you already have a similar dataset in your local directory and the config files, it is throwing this OSError.

Regards
DP