Loading the processor?
#5
by ryanramos - opened
I noticed that this repo doesn't contain a preprocessor_config.json file so the recommended AutoProcessor.from_pretrained("apple/DFN-public") doesn't work.
Given that the model card describes this DFN's architecture as ViT-B-32, does this mean that something like AutoProcessor.from_pretrained("openai/clip-vit-base-patch32") should work?
Thank you!