Do we have the config.json for the model?
#13
by
katanaxu
- opened
We will need that if we want to load the model locally right? such as using model = AutoModelForImageSegmentation.from_pretrained("local_path",revision ="refs/pr/9",trust_remote_code=True)
to load the model.
Many thanks!
Hi,
No there's no config.json, it's recommended to load the model as stated in the model card.