DNABERT
DNABERT copied to clipboard
Importing error of Transformers
ImportError: cannot import name 'DNATokenizer' from 'transformers' (/usr/local/lib/python3.9/dist-packages/transformers/init.py)
I try several tries to get it put there is no solution, how can I solve it ?
Have you solved the problem yet?
No
You could try upgrading the transformer module using pip install transformers --upgrade, and then it worked out fine. but however, i reproduced the model all over again with a new one.
I tried "pip install transformers --upgrade", and still not working