Unrecognized model
#2
by
tmnd91
- opened
I'm trying to load it as the example in the README shows, but I'm getting the following error:
Unrecognized model in rustformers/dolly-v2-ggml. Should have a `model_type` key in its config.json
What am I missing?
It probably means that you have to explicitly define the model type, or add it to the config.json
file.
sure, but shouldn't it be part of the repo itself? Also, what's the model_type of the models provided in this repo?
Moste of these Repos were autoconverted by this Repo: https://github.com/LLukas22/Auto-GGML-Conversions It could be possible that some of them are missing some identifiers in their config.json
files. These models are based on the gptneox architecture, you can also look this up if you simply navigate to the model pages of the base models.