Value error when we try ur example code

#3
by akshay1943 - opened

ValueError: The model class you are passing has a config_class attribute that is not consistent with the config class you passed (model has <class 'transformers_modules.microsoft.BiomedVLP-BioViL-T.301f526e823b805d3fe712d0cf06a66f042789c5.configuration_cxrbert.CXRBertConfig'> and you passed <class 'transformers.models.bert.configuration_bert.BertConfig'>. Fix one of those so they match!

also having this error

same here

I was also experiencing the same error. I found that a similar issue was occurring in another project (https://github.com/MAGICS-LAB/DNABERT_2/issues/22). One of the solutions mentioned was that this error occurs when using the latest versions of the transformers library. I confirmed that downgrading to a previous version (in my case, version 4.28.0 as suggested in the response) resolved the issue, and the example code worked.

Sign up or log in to comment