GLiNER icon indicating copy to clipboard operation
GLiNER copied to clipboard

The checkpoint you are trying to load has model type gliner but Transformers does not recognize this architecture.

Open ruveydee opened this issue 5 months ago • 1 comments

We are trying to perform fine tuning with the Gliner model. However, we get an error when loading the model because the model cannot see the config.json file. When we load the config.json file manually, we get the following error. Was it an error to fine tune the Gliner model on our own data? The error message stated: 'The checkpoint you are trying to load has model type gliner but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date.' It seems that the Transformers library does not recognize the gliner architecture, which might be due to the model being unsupported or a compatibility issue with the current version of the library.

ruveydee avatar Sep 02 '24 19:09 ruveydee