"deberta-v2-xxlarge"-Model not working!

Hi huggingface Community :slight_smile:

I have a problem with the DeBERTa model.

I do:
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained(“microsoft/deberta-v2-xxlarge”)
model = AutoModel.from_pretrained(“microsoft/deberta-v2-xxlarge”)

But always the same error occurs:
config_class = CONFIG_MAPPING[config_dict[“model_type”]]
KeyError: ‘deberta-v2’

Can somebody help me, please.
Appreciate it! :slight_smile:

Experiencing the same issue - figured it out by any chance?

I think deberta-v2-xxlarge and deberta-v2-xlarge are not available in this latest release!