Port RoBERTa to follow Bert model changes #403
Labels
stat:contributions welcome
Add this label to feature request issues so they are separated out from bug reporting issues
type:feature
New feature or request
We had a few larger changes to the bert API:
#387
#390
As well as some minor cleanups:
#397
#398
#399
We should mirror these where applicable to the RoBERTa model code. Since we do not yet host pretrained weight for this model, we can just raise a
NotImplementedError
infrom_preset
for now.The text was updated successfully, but these errors were encountered: