We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for this project! It is very helpful for me to understand how GPT2 synthesize text.
I also noticed that the GPT2/encoder.py does not implement the capability of recognizing special tokens as the HuggingFace tokenzier could.
GPT2/encoder.py
The part of source code in HuggingFace's repo is at https://github.com/huggingface/transformers/blob/c836f77266be9ace47bff472f63caf71c0d11333/src/transformers/tokenization_utils.py#L516-L520
I understand that it is not critical, because there is only one special token <|endoftext|> in use wangkuiyi/huggingface-tokenizer-in-cxx#11
<|endoftext|>
So, just saying.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for this project! It is very helpful for me to understand how GPT2 synthesize text.
I also noticed that the
GPT2/encoder.py
does not implement the capability of recognizing special tokens as the HuggingFace tokenzier could.The part of source code in HuggingFace's repo is at https://github.com/huggingface/transformers/blob/c836f77266be9ace47bff472f63caf71c0d11333/src/transformers/tokenization_utils.py#L516-L520
I understand that it is not critical, because there is only one special token
<|endoftext|>
in use wangkuiyi/huggingface-tokenizer-in-cxx#11So, just saying.
The text was updated successfully, but these errors were encountered: