No config.json
#2
by
abalogh
- opened
when i try to use the model for inferencing,
model = AutoModelForVision2Seq.from_pretrained("microsoft/kosmos-2.5")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
OSError: microsoft/kosmos-2.5 does not appear to have a file named config.json. Checkout 'https://huggingface.co/microsoft/kosmos-2.5/tree/main' for available files.
Is this going to be added?