Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port RoBERTa to follow Bert model changes #403

Closed
mattdangerw opened this issue Oct 21, 2022 · 1 comment · Fixed by #417
Closed

Port RoBERTa to follow Bert model changes #403

mattdangerw opened this issue Oct 21, 2022 · 1 comment · Fixed by #417
Assignees
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

Comments

@mattdangerw
Copy link
Member

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 in from_preset for now.

@mattdangerw mattdangerw added type:feature New feature or request stat:contributions welcome Add this label to feature request issues so they are separated out from bug reporting issues labels Oct 21, 2022
@jbischof
Copy link
Contributor

See #406 for example PR, thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants