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

Support for DeBERTa V2 #754

Closed
ishabi opened this issue May 4, 2021 · 3 comments
Closed

Support for DeBERTa V2 #754

ishabi opened this issue May 4, 2021 · 3 comments
Assignees
Labels
question Further information is requested stale

Comments

@ishabi
Copy link

ishabi commented May 4, 2021

Question
Will DeGERTa V2 be supported by FARM?

Additional context
I was experimenting DeBERTa language model to train NER model, but it always fails. Will it be supported in future?

Thanks

@ishabi ishabi added the question Further information is requested label May 4, 2021
@Timoeller
Copy link
Contributor

Hey @ishabi there is currently no support for DeBERTa in FARM.

Would you like to contribute this?
It should not be too complex since you can use the underlying transformers implementation, you just have to create a wrapper in our farm.modelling.language_model script and write some test.

Any help would be appreciated.

@Timoeller Timoeller self-assigned this May 4, 2021
@Timoeller
Copy link
Contributor

Hey @ishabi it seems adding DeBERTa v1 and v2 will be more difficult to implement because we currently only support fast tokenizers.

A fast tokenizer for DeBERTa v1 was merged 5 days ago (huggingface/transformers#11387). But there’s still no fast tokenizer for DeBERTa v2 (huggingface/transformers#11529). I think we might also have to wait until these are in the next release.

@stale
Copy link

stale bot commented Sep 2, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 21 days if no further activity occurs.

@stale stale bot added the stale label Sep 2, 2021
@stale stale bot closed this as completed Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested stale
Projects
None yet
Development

No branches or pull requests

2 participants