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

Char based delimiter splitting - TransfoXL #114

Merged
merged 6 commits into from
Feb 4, 2020
Merged

Conversation

mfuntowicz
Copy link
Member

Adding a splitter working on custom character. This one is required for TransformerXL tokenizer.

I haven't merged the WhitespaceSplit with this one, as the later use Rust internal methods to detect whitespace, it should be more reliable/faster.

@mfuntowicz mfuntowicz changed the title Char based delimiter splitting - TransfoXL [WIP - Do not merge] Char based delimiter splitting - TransfoXL Jan 30, 2020
@mfuntowicz mfuntowicz changed the title [WIP - Do not merge] Char based delimiter splitting - TransfoXL Char based delimiter splitting - TransfoXL Jan 31, 2020
mfuntowicz and others added 6 commits February 4, 2020 17:06
Signed-off-by: Morgan Funtowicz <morgan@huggingface.co>
Signed-off-by: Morgan Funtowicz <morgan@huggingface.co>
Signed-off-by: Morgan Funtowicz <morgan@huggingface.co>
Signed-off-by: Morgan Funtowicz <morgan@huggingface.co>
Signed-off-by: Morgan Funtowicz <morgan@huggingface.co>
Copy link
Member

@n1t0 n1t0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks @mfuntowicz! 👍

@mfuntowicz mfuntowicz merged commit 6165910 into master Feb 4, 2020
@mfuntowicz mfuntowicz deleted the delimiter_split branch February 4, 2020 16:23
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

3 participants