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

Add CamemBERT #110

Merged
merged 5 commits into from
Dec 21, 2022
Merged

Add CamemBERT #110

merged 5 commits into from
Dec 21, 2022

Conversation

seanmor5
Copy link
Contributor

This was requested specifically for NER tasks. It's actually just a Roberta model, so there's no new implementation, but the config lists CamemBERT so it throws off our loader.

@jonatanklosko Let me know if you think it is worth adding an extra module of integration tests to make sure all of the mappings load correctly :)

AFAICT there is not a fast tokenizer, but I think users can get around this manually by loading in Python and using convert_slow_to_fast or whatever the conversion is in Python

@jonatanklosko
Copy link
Member

@seanmor5 maybe a single test for camembert-base in the roberta suite? I don't think we need to test all mappings.

As for the tokenizer, there is tokenizer.json in camembert-base, so we should be able to add it?

@seanmor5 seanmor5 merged commit 76ac28c into main Dec 21, 2022
@seanmor5 seanmor5 deleted the sm-camembert branch December 21, 2022 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants