Error when trying Deberta for tensorflow version, Can't import the model

i found that Deberta is available on tensorflow. i want to try the example for TFDebertaForSequenceClassification but i got error which said like this


transformers version= 4.5.1

The TensorFlow Deberta model was added more recently, so you will need to update your version of Transformers.

Thank You, it is working now