Fine-tuned model is missing config.json #197
Unanswered
davidress-ILW
asked this question in
Q&A
Replies: 1 comment
-
|
Did you fix the issue? I encountered same warning message. It's probably related to the default config for Transformers, but don't know how to fix it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using the GLiNER training branch to fine-tune a model, and while the training succeeds, the model checkpoint folders only have the gliner_config.json and pytorch_model.bin files.
When I go to use the best checkpoint model, I receive the following error message from the from_proetrained() method:
config.json not found in C:\xxxx\GlinerFineTuning\vm6\model_1000So, what should be in the config.json file? Is it needed, or is GLiNER using default values from somewhere?
Beta Was this translation helpful? Give feedback.
All reactions