prateekjoshi565 / Fine-Tuning-BERT

Apache License 2.0
139 stars 119 forks source link

change the underlying model #3

Open shainaraza opened 3 years ago

shainaraza commented 3 years ago

is it possible to change the underlying model from Bert to some other like RobertA or longformer? I tried but go the error. image

any thoughts please?

amirarsalan90 commented 3 years ago

The same problem here. I didn't change anything but am getting this error

amirarsalan90 commented 3 years ago

I downgraded my google colab transformers version and its solved: !pip install transformers==2.5.1