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

What is the difference between 50256-consistent-oneword and 50256-consistent? #24

Open
Calvinnncy97 opened this issue Sep 6, 2023 Discussed in #22 · 1 comment
Open

Comments

@Calvinnncy97
Copy link

Discussed in #22

Originally posted by Calvinnncy97 September 4, 2023
Hey guys,

Specifically, I would like to ask which flags are set to train these 2 tokenizers? I can't find any flags that force tokenizer to have only 1 word tokens.

Thank you.

@alasdairforsythe
Copy link
Owner

alasdairforsythe commented Sep 7, 2023

The oneword vocabularies (none of which are released) have -words-per-token 1 parameter set in getalltokens. Currently the words-per-token parameter is only implemented for strict and consistent modes.

I'd also recommend flags -mode consistent -charset UTF8 -only-latin -only-valid during getalltokens

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

2 participants