amir-zeldes / HebPipe

An NLP pipeline for Hebrew
Other
34 stars 9 forks source link

No module named 'transformers.modeling_bert' #20

Closed tamarjohn closed 2 years ago

tamarjohn commented 2 years ago

Hi, I'm trying to get POS annotation of a corpus using hebpipe/heb_pipe.py with this combination of parameters -wpl -o conllu and get this error message: ModuleNotFoundError: No module named 'transformers.modeling_bert'

Do I need to upload anything else? Thanks!

amir-zeldes commented 2 years ago

This is a duplicate of the just opened #19 - see discussion there, you may need to pip install transformers==3.5.1