awslabs / mlm-scoring

Python library & examples for Masked Language Model Scoring (ACL 2020)
https://www.aclweb.org/anthology/2020.acl-main.240/
Apache License 2.0
333 stars 59 forks source link

"NotImplementedError" When trying to fine-tune any bert model #19

Open Helaly96 opened 2 years ago

Helaly96 commented 2 years ago

When trying to follow the steps stated in Maskless fine tuning section, (i even tried to use the exact model stated in the steps..) i always recieve:

     60     @staticmethod
     61     def _check_support(model) -> bool:
---> 62         raise NotImplementedError

is the regression fine tuner implemented for Bert models?