Open eek opened 7 months ago
Hello!
Apologies for the delay. I don't fully remember, but based on 41fdda8f38628c84f40b54d36de7f8ffad5f5843 it seems that DeBERTa is indeed not supported in SpanMarker as
DeBERTa doesn't support attention mask matrices
So, it's best to stick with BERT or RoBERTa models, it seems!
Hi there!
I was playing around with your google colab and wanted to few-nerd on
encoder_id = "microsoft/deberta-v3-large"
but when I reach the train part if fails with
RuntimeError: The size of tensor a (1024) must match the size of tensor b (512) at non-singleton dimension 2
:Any ideas if this encoder will work and how to make it work? Thanks! No issues if I run it on
roberta-large
for example