Dmitriy Salikhov

Results 2 comments of Dmitriy Salikhov

Got the same on Win10 with Python 3.7

Following your advice I installed `transformers==2.9.1` but after that the next issue popped up: ``` from transformers import RobertaForSequenceClassification, RobertaTokenizer ImportError: cannot import name 'RobertaForSequenceClassification' from 'transformers' ```