OSError: Salesforce/instructblip-vicuna-7b does not appear to have a file named config.json. Checkout 'https://huggingface.co/Salesforce/instructblip-vicuna-7b/tree/None' for available files.

#15
by gjwsjtuer - opened

I followed the instructions provided on the model card, but I encountered an error when trying to load the model. Here is the code I used:

model = InstructBlipForConditionalGeneration.from_pretrained("Salesforce/instructblip-vicuna-7b")
processor = InstructBlipProcessor.from_pretrained("Salesforce/instructblip-vicuna-7b")
However, I received the following error message:

OSError: Salesforce/instructblip-vicuna-7b does not appear to have a file named config.json. Checkout 'https://huggingface.co/Salesforce/instructblip-vicuna-7b/tree/None' for available files.
Has anyone encountered a similar issue or knows how to resolve it? Any help would be greatly appreciated!

help me please!!!!

Sign up or log in to comment