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

Tokenization strategy #9

Closed
IlyasMoutawwakil opened this issue Jun 24, 2022 · 2 comments
Closed

Tokenization strategy #9

IlyasMoutawwakil opened this issue Jun 24, 2022 · 2 comments

Comments

@IlyasMoutawwakil
Copy link

Hi and thanks for the awesome repo. Did you try any other tokenization strategies (sentencepiece, wordpiece or bpe). I see you use a character level tokenization which is nice but probably dosen't make full use of the language model capabilities. I would love to get some insights.

@YongWookHa
Copy link
Owner

Hello.
Thank you for having an interest in this repository.
Unfortunately, I had used only simple tokenization methods because I used this model to recognize Korean letters.
I'm pretty sure that you would get better performance when you use more sophisticated methods like BPE or sentencepiece.

@WongVi
Copy link

WongVi commented Jul 19, 2022

@YongWookHa could you please let me know how can I make a tokenizer for the Japanese dataset?

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

No branches or pull requests

3 participants