Using head_mask in DistilBERT

Hi there! I’m trying to pass a head_mask when calling DistilBERT for MLM, but I get a NotImplementedError.
Is it just not possible to use a head_mask with this model - or is there any way to do it?