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

long sequence transformers of any kind #2599

Conversation

helpmefindaname
Copy link
Collaborator

@helpmefindaname helpmefindaname commented Jan 17, 2022

apparently the logic of the Transformers tokenizers is that if the sequence lenght exceeds a very large number, it counts as infinitive.
this includes models like DebertaV3 but also XLNetModel.

For TransfoXLModel I couldn't test if this logic is valid, as I didn't find any model when searching for it in the HF modelhub

@alanakbik
Copy link
Collaborator

@helpmefindaname thanks for fixing this!

@alanakbik alanakbik merged commit 579c7b7 into flairNLP:master Jan 18, 2022
@helpmefindaname helpmefindaname deleted the bf/allow_transformers_with_long_sequences branch November 28, 2022 10:45
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.

2 participants