Using OPTForSequenceClassification

Hi.

I’m getting an error when trying to import the OPTForSequenceClassification class:

ImportError: cannot import name ‘OPTForSequenceClassification’ from ‘transformers’ (/opt/conda/lib/python3.7/site-packages/transformers/init.py)

Any heads up on why this might be the case? I saw the huggingface github already added this class.