Missing file "preprocessor_config.json"

#1
by Fede5991 - opened

Hi,

trying to execute the code in the Model card section (the one in Using the model subsection),
an error appears sayting that the "preprocessor_config.json" is missing.
Looking at the repository it seems that this file is effectively missing.
Is it right or am I doing something wrong?

Thank you so much

Federico

Hi,

same error occurs, and MatCha-ChartQA running well with it.
Also wonder if you've fixed it yourself?@Fede5991
Really appreciate it if the right file could be added.

Chen

You can copy / paste related files from here:

https://huggingface.co/google/matcha-chartqa/tree/main

The ones that I copied were: preprocessor_config.json, tokenizer.json, tokenizer_config.json, and special_tokens_map.json

I didn't test if all were needed - but I was able to get it to work :)

This is due to them being the same architecture - just fine-tuned for different tasks.

Sign up or log in to comment